I had to downgrade Rails and now the gems, the versions, and everything, are completely messed up and I feel like jumping from my window.
I just want to destroy everything related with RVM, Ruby and gems to make sure I make a 100% clean reinstallation.
How can I do that?
Linux and installed as regular user ? Than all you need to do is:
You can also check ~/.bashrc and ~/.bash_profile files for lines like this:
This should be enough. If you've installed it in some custom way then try this:
There is something like
rvm remove
as well but, if you want to just remove all, than it's not very interesting I think.If you have installed everything via
rvm
a simplewill remove all traces of
rvm
including rubies and gems. Even (as far as I remember, I'm not testing it right now) the shell files are updated.rvm implode
which removes all ruby installations rvm manages, everything in ~/.rvm