I am trying to install and use the Evernote module (https://github.com/evernote/evernote-sdk-python) . I ran pip install evernote and it says that the installat
pip install evernote
I figured it out! I added this line:
export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.7/site-packages
to my .bash_profile and now I can import modules stored in that directory. Thanks for everyone who answered.
.bash_profile