Possible Duplicate:
How to remove rvm (ruby version manager) from my system?

How can I uninstall (or reinstall) RVM on Ubuntu 9.10? I messed up my current installation.

link|improve this question

Inb4 moved to another forum. – Alex Oct 16 '10 at 18:44
feedback

closed as exact duplicate by Jeff Atwood May 7 '11 at 11:38

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Its to easy just do the following:

rvm implode

or

rm -rf ~/.rvm

Don't forget to remove the script calls in your .bashrc and/or .bash_profile (or whatever shell you're using).

link|improve this answer
12  
#2 isn't needed. RVM isn't a gem, it's a shell script. An alternate to step #1 is to do rm -rf ~/.rvm. – the Tin Man Jan 20 '11 at 20:25
Also make sure to close (and re-open if needed) the terminal afterwards. – PedroC88 Feb 4 '11 at 4:03
@Tin, Thanks i will check it out. – Mukesh Singh Rathaur Feb 4 '11 at 4:57
1  
@Tin, the rvm implode command does that – Scott Schulthess Jul 20 '11 at 13:21
@theTinMan, this answer (and some comments) points out that rvm can be installed as a gem. – sarnold Oct 11 '11 at 22:20
show 1 more comment
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.