Skip to content

Instantly share code, notes, and snippets.

@verdi327
Created July 18, 2012 03:54
Show Gist options
  • Save verdi327/3134056 to your computer and use it in GitHub Desktop.
Save verdi327/3134056 to your computer and use it in GitHub Desktop.
# Setting PATH for Python 2.7
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH=$PATH:~/bin
export PATH
export EDITOR='subl -w'
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment