Skip to content

Instantly share code, notes, and snippets.

@leomao10
Created November 5, 2010 03:53
Show Gist options
  • Save leomao10/663621 to your computer and use it in GitHub Desktop.
Save leomao10/663621 to your computer and use it in GitHub Desktop.
common command for rvm
#it is always a good pratice to update and reload RVM itself
rvm update --head
rvm reload
#install different version of ruby
rvm install 1.8.7
rvm install 1.9.2
#create different gemsets
rvm --create 1.8.7@rails2
rvm --create 1.9.2@rails3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment