Skip to content

Instantly share code, notes, and snippets.

@cowboycoded
Created May 18, 2011 14:26
Show Gist options
  • Save cowboycoded/978672 to your computer and use it in GitHub Desktop.
Save cowboycoded/978672 to your computer and use it in GitHub Desktop.
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
type rvm | head -1
# this command should say 'rvm is a function'
rvm install 1.9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment