lmkk
lmkk

Reputation: 609

How do I do a complete uninstall of RVM, Ruby and Rails on a mac?

I having all kinds of different problems with the above mentioned and I would like to start fresh (short of re-installing the OS) - how do I remove ruby, rails and rvm???

Upvotes: 0

Views: 375

Answers (1)

Samy Dindane
Samy Dindane

Reputation: 18706

Simply remove ~/.rvm and reinstall RVM it :

curl https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable

Upvotes: 1

Related Questions