Reputation: 609
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
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