snippetrubyCritical
How to Uninstall RVM?
Viewed 0 times
howrvmuninstall
Problem
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.
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.
Solution
It’s easy; just do the following:
or
And don’t forget to remove the script calls in the following files:
And maybe others depending on whatever shell you’re using.
rvm implodeor
rm -rf ~/.rvmAnd 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.
Code Snippets
rvm imploderm -rf ~/.rvmContext
Stack Overflow Q#3950260, score: 1107
Revisions (0)
No revisions yet.