Created
May 26, 2011 12:52
-
-
Save johnmcaliley/993072 to your computer and use it in GitHub Desktop.
rvm install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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