Skip to content

Instantly share code, notes, and snippets.

@mariusbutuc
Created May 27, 2011 15:48
Show Gist options
  • Save mariusbutuc/995532 to your computer and use it in GitHub Desktop.
Save mariusbutuc/995532 to your computer and use it in GitHub Desktop.
Problems uninstalling Rake 0.9
[Suiram (master)]$ gem uninstall rake -v 0.9
ERROR: While executing gem ... (Gem::InstallError)
cannot uninstall, check `gem list -d rake`
[Suiram (master)]$ which rake
/home/marius/.rvm/gems/ruby-1.9.2-p180@global/bin/rake
[Suiram (master)]$ rvm use 1.9.2-p180@suiram --default
Using /home/marius/.rvm/gems/ruby-1.9.2-p180 with gemset suiram
[Suiram (master)]$ which rake
/home/marius/.rvm/gems/ruby-1.9.2-p180@global/bin/rake
[Suiram (master)]$ which rails
/home/marius/.rvm/gems/ruby-1.9.2-p180@suiram/bin/rails
[Suiram (master)]$ gem uninstall rake
ERROR: While executing gem ... (Gem::InstallError)
cannot uninstall, check `gem list -d rake`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment