Skip to content

Instantly share code, notes, and snippets.

@chrislerum
Created April 14, 2010 16:30
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 chrislerum/366021 to your computer and use it in GitHub Desktop.
Save chrislerum/366021 to your computer and use it in GitHub Desktop.
system ~
rvm use 1.8.7-p72
Using ruby 1.8.7 p72
ruby-1.8.7-p72 ~
rvm gemset list
gemsets : for ruby-1.8.7-p72 (found in /Users/chris/.rvm/gems/)
global
ruby-1.8.7-p72 ~
rvm gemset create bob
Gemset 'bob' created.
ruby-1.8.7-p72 ~
rvm gemset create jack
Gemset 'jack' created.
ruby-1.8.7-p72 ~
rvm gemset use bob
Now using gemset 'bob'
ruby-1.8.7-p72@bob ~
rvm gemset use jack
Gemset 'jack' does not exist, rvm gemset create 'jack' first.
ruby-1.8.7-p72@bob ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment