Skip to content

Instantly share code, notes, and snippets.

@Frobitz
Created December 16, 2012 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frobitz/4306452 to your computer and use it in GitHub Desktop.
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
#
# 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