Skip to content

Instantly share code, notes, and snippets.

# Setting PATH for Python 3.5
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
export PATH
# added by Anaconda3 2.5.0 installer
#export PATH="/Users/bryanmayer/anaconda/bin:$PATH"
#export PYTHONPATH=/Users/bryanmayer/anaconda/bin/python:$PYTHONPATH