Skip to content

Instantly share code, notes, and snippets.

@chrislerum
Created December 13, 2010 17:53
Show Gist options
  • Save chrislerum/739310 to your computer and use it in GitHub Desktop.
Save chrislerum/739310 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p0@chrislerum ~
rvm list gemsets
rvm gemsets
ruby-1.8.7-p174 [ x86_64 ]
ruby-1.8.7-p174@global [ x86_64 ]
ruby-1.8.7-p174@wastedad [ x86_64 ]
ruby-1.8.7-p302 [ x86_64 ]
ruby-1.8.7-p302@carpark [ x86_64 ]
ruby-1.8.7-p302@citizensmarket [ x86_64 ]
ruby-1.8.7-p302@citizensmarket_rails2 [ x86_64 ]
ruby-1.8.7-p302@global [ x86_64 ]
ruby-1.8.7-p302@sam [ x86_64 ]
ruby-1.8.7-p302@twiddr [ x86_64 ]
ruby-1.8.7-p302@twoseed [ x86_64 ]
ruby-1.9.2-p0 [ x86_64 ]
=> ruby-1.9.2-p0@chrislerum [ x86_64 ]
ruby-1.9.2-p0@crafting_rails_application [ x86_64 ]
ruby-1.9.2-p0@double_branch [ x86_64 ]
ruby-1.9.2-p0@global [ x86_64 ]
I want to be rid of 1.8.7's gemset called 'sam', so...
ruby-1.9.2-p0@chrislerum ~
rvm gemset delete 1.8.7-p302@sam
info: /Users/chris/.rvm/gems/[email protected]@sam already does not exist.
Question is, didn't this work before? Or is this not intended usage - should I first rvm switch to that 1.8.7 ruby, then try to delete that gemset?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment