Skip to content

Instantly share code, notes, and snippets.

@chrislerum
Created March 21, 2010 23:19
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/339649 to your computer and use it in GitHub Desktop.
Save chrislerum/339649 to your computer and use it in GitHub Desktop.
second gemset cannot be used (but can if close and re-open shell)
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 one
Gemset 'one' created.
ruby-1.8.7-p72 ~
rvm gemset use one
Now using gemset 'one'
ruby-1.8.7-p72%one ~
rvm gemset create two
Gemset 'two' created.
ruby-1.8.7-p72%one ~
rvm gemset use two
Gemset 'two' does not exist, rvm gemset create 'two' first.
ruby-1.8.7-p72%one ~
rvm gemset list
gemsets : for ruby-1.8.7-p72 (found in /Users/chris/.rvm/gems/)
global
one
two
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment