

A list of directories that are currently a part of the PATH variable will appear.
#Pycharm windows how do i open an excel file reveal finder password#
Enter your password when prompted to do so. Opening the Terminal and entering the command: sudo nano /etc/paths.You can add it under "My Computer" if it doesn't exist. Python knows where to find its standard library. For most installations, you should not set these variables since they are not needed for Python to run. PYTHONPATH is an environment variable which you can set to add additional directories where python will look for modules and packages. Related advise for How Do I Use Pythonpath On Mac? What is the Pythonpath? On Windows, multiple paths are separated by semicolons.

This environment variable can list one or more directory paths which contain your own modules. Setting the PYTHONPATH environment variable is an easy way to make Python modules available for import from any directory.

Right click on My Computer and click on properties.Start Terminal.app again, to read in the new settings, and type this: echo $PYTHONPATH.Add the following line to the end: export PYTHONPATH="/Users/my_user/code".Open the file ~/.bash_profile in your text editor – e.g.
