| From Evernote: | 
| Permanently add path to python Mac Os | 
  We could add the PYTHONPATH variable to our .profile file in our home directory.   
  
An alternative is to create a user.pth file inside /Library/Python/2.7/site-packages, where python automatically looks inside all .pth files and adds the to the systems PATH
   
