Wednesday, January 1, 2014

Python Installation Odds And Ends

Forgot to add this to the bottom of my .bash_profile file:

#Python

export PATH=/usr/local/share/python:$PATH

My site-packages folder is installed here:
/usr/local/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages

No comments:

Post a Comment