I am using the Anaconda distribution with Python 3.7. Among the packages installed, I have numpy, pandas, etc. In PyCharm IDE, I have set the Project Interpreter to be the p
Get the os environment path like:
import os os.environ['PATH']
Now, add this path to the environment variable PATH in pycharm debugger/console output. It works.
PATH