Skip to content

Instantly share code, notes, and snippets.

@lightscalar
Created May 8, 2013 12:33
Show Gist options
  • Save lightscalar/5540136 to your computer and use it in GitHub Desktop.
Save lightscalar/5540136 to your computer and use it in GitHub Desktop.
How to upgrade cleanly to ruby 2.0 via RVM

Upgrading to ruby 2.0:

$ rvm remove 2.0.0 # get rid of unsuccessful installation
$ rvm get head --autolibs=3 # get the latest RVM and build required libs
$ rvm requirements # just in case, install all other required stuff
$ rvm install ruby-2.0.0
$ rvm --default use ruby-2.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment