537

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
  • 37,241
  • 25
  • 195
  • 267
conbask
  • 9,741
  • 16
  • 57
  • 94

1 Answers1

1048

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
  • 6,117
  • 5
  • 40
  • 57
Mukesh Singh Rathaur
  • 12,577
  • 2
  • 23
  • 24