Created
December 16, 2012 11:24
-
-
Save Frobitz/4306452 to your computer and use it in GitHub Desktop.
Revisions
-
Rich C created this gist
Dec 16, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ # # Install RVM and up-to-date Ruby # # Follows on from installing Homebrew (https://gist.github.com/4306392) # Install RVM and latest stable ruby \curl -L https://get.rvm.io | bash -s stable --ruby # Follow on screen instructions carefully # Check versions rvm --version ruby --version # Ruby should now show as using an up to date version and not the default installed with Mountain Lion # rvm will allow easy switching of used version on system