496

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.

Cœur
  • 32,421
  • 21
  • 173
  • 232
conbask
  • 8,844
  • 15
  • 50
  • 87

1 Answers1

942

It’s easy; just do the following:

rvm implode

or

rm -rf ~/.rvm

And don’t forget to remove the script calls in the following files:

  • ~/.bashrc
  • ~/.bash_profile
  • ~/.profile

And maybe others depending on whatever shell you’re using.

Jaime Hablutzel
  • 5,659
  • 3
  • 37
  • 54
Mukesh Singh Rathaur
  • 11,323
  • 2
  • 21
  • 24