Search code examples
ruby-on-railsrubyrvmgemset

Delete RVM Gemset with @ sign in it


Somehow, I have a gemset that has an @ sign in it and I can't figure out how to delete it.

MacBook-Pro:project user$ rvm gemset list

gemsets for ruby-1.9.3-p392 (found in /Users/user/.rvm/gems/ruby-1.9.3-p392)
   (default)
=> dalli
   dalli@dalli

running rvm gemset delete dalli@dalli yields Unknown ruby interpreter version (do not know how to handle): dalli.

Is there a way to delete this gemset that I bungled?


Solution

  • Per mpapis comment, I updated RVM and the troublesome gemset went away. Looks like I stumbled onto a bug that had been fixed and I just needed to update RVM.

    To update RVM: rvm get head