Skip to content

Instantly share code, notes, and snippets.

@dan-palmer
Created August 15, 2012 22:49
Show Gist options
  • Save dan-palmer/3364424 to your computer and use it in GitHub Desktop.
Save dan-palmer/3364424 to your computer and use it in GitHub Desktop.
Add RVM
# Load RVM into a shell session *as a function* (in ~./bashrc or ~/.bash_profile)
echo [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" >> ~/.bashrc
source ~/.bashrc
# incase of bullshit gcc/llvm issue do for 1.9.2 version..
# rvm install ruby-1.9.2 --with-gcc=clang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment