Created
May 27, 2011 15:48
-
-
Save mariusbutuc/995532 to your computer and use it in GitHub Desktop.
Problems uninstalling Rake 0.9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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