Skip to content

Instantly share code, notes, and snippets.

@serkaniyigun
Created September 28, 2013 21:00
Show Gist options
  • Save serkaniyigun/6746497 to your computer and use it in GitHub Desktop.
Save serkaniyigun/6746497 to your computer and use it in GitHub Desktop.
bash_profile
# 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
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM$
eval "$(rbenv init -)"
#Fix $PATH for homebrew
homebrew=/usr/local/bin:/usr/local/sbin
export PATH=$homebrew:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment