Skip to content

Instantly share code, notes, and snippets.

@brentertz
Created February 11, 2011 23:38
Show Gist options
  • Save brentertz/823270 to your computer and use it in GitHub Desktop.
Save brentertz/823270 to your computer and use it in GitHub Desktop.
Update RVM and Ruby version
# Update rvm, it moves quickly
rvm update
rvm reload
# List known available ruby versions
rvm list known
rvm install 1.9.2
# Set default ruby version
rvm --default ruby-1.9.2-p136
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment