My system is F'd. How do I completely uninstall rails, ruby and rubygems?
any suggestions on where to go to reinstall from scratch? Best practices? I'd like to get back to 3.0 beta
Thanks!
My system is F'd. How do I completely uninstall rails, ruby and rubygems?
any suggestions on where to go to reinstall from scratch? Best practices? I'd like to get back to 3.0 beta
Thanks!
I suggest you to simply uninstall all Gems using gem uninstall GEM_NAME
, then use RVM to install a new Ruby version and make it the default one.
RMV also makes incredibly easy to remove a Ruby version and all its data since it installs everything in a folder within your home directory.