Skip to content

Instantly share code, notes, and snippets.

@giulioungaretti
Created November 14, 2012 14:24
.bash_profile
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