Created
December 16, 2012 11:24
-
-
Save Frobitz/4306452 to your computer and use it in GitHub Desktop.
Install RVM and latest stabe Ruby on OS X 10.8.2 Mountain Lion
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 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment