Created
June 6, 2012 20:47
-
-
Save bryanwoods/2884669 to your computer and use it in GitHub Desktop.
Installing Ruby 1.9.3 with RVM
This file contains hidden or 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
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) | |
source ~/.bash_login | |
rvm install 1.9.3 | |
rvm use 1.9.3 --default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment