Skip to content

Instantly share code, notes, and snippets.

@rromanchuk
Created May 27, 2011 20:55
Show Gist options
  • Save rromanchuk/996146 to your computer and use it in GitHub Desktop.
Save rromanchuk/996146 to your computer and use it in GitHub Desktop.
rvm setup
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
source .bash_profile
rvm install 1.9.2
rvm gemset create r3
rvm use 1.9.2@r3 --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment