Skip to content

Instantly share code, notes, and snippets.

@johnmcaliley
Created May 26, 2011 12:52
Show Gist options
  • Save johnmcaliley/993072 to your computer and use it in GitHub Desktop.
Save johnmcaliley/993072 to your computer and use it in GitHub Desktop.
rvm install
#install from rvm site
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
#add to your bash profile
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
#source your bash profile
source .bash_profile
#make sure its working - you should see output: rvm is a function
type rvm | head -n1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment