Skip to content

Instantly share code, notes, and snippets.

@naudo
Created July 25, 2011 18:40
Show Gist options
  • Save naudo/1104835 to your computer and use it in GitHub Desktop.
Save naudo/1104835 to your computer and use it in GitHub Desktop.
wtf rvm
[~]rvm list
rvm rubies
jruby-1.6.0.RC2 [ darwin-i386-java ]
ree-1.8.7-2010.02 [ x86_64 ]
=> ruby-1.9.2-p180 [ x86_64 ]
ruby-1.9.2-p290 [ x86_64 ]
[~]rvm remove jruby-1.6.0.RC2
ERROR: Unknown ruby interpreter version: '1.6.0.RC2'
ERROR: Cannot remove unknown package ''
@naudo
Copy link
Author

naudo commented Jul 25, 2011

[~]rvm --version
rvm 1.6.27 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]

@wayneeseguin
Copy link

You can remove it manually if all else fails, rm -rf ~/.rvm//jruby-1.6.0.RC2

@naudo
Copy link
Author

naudo commented Jul 25, 2011

Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment