Created
November 14, 2012 14:24
.bash_profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Giulios-MacBook-Air:~ Giulio$ more .bash_profile | |
export EDITOR='sublime -w' | |
# PYTHON SETTINGS | |
# old stuff export PATH=/usr/local/bin:$PATH | |
# export PATH=/usr/local/share/python:$PATH | |
# export PYTHONPATH=/usr/local/lib/python:$PYTHONPATH | |
# Setting PATH for EPD_free-7.3-2 | |
# The orginal version is saved in .bash_profile.pysave | |
PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:${PATH}" | |
export PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment