Whenever I use sys.path.append, the new directory will be added. However, once I close python, the list will revert to the previous (default?) values. How do I
sys.path.append
In case anyone is still confused - if you are on a Mac, do the following:
open .bash_profile
export PYTHONPATH=$PYTHONPATH:foo/bar