Is it possible to uninstall ruby gems, rails etc and do a complete clean install?
I seem to be having issues with g开发者_StackOverflowems and want to start with a fresh install. Is this possible without re-installing Snow Leopard from scratch?
The easiest solution will be to check out rvm. It lets you have multiple Ruby environments (each with their own set of gems) installed in parallel, which makes it easy to "start fresh" and built the environment from the ground up.
Yes. You can forget all about the gems on your system's Ruby and install RVM. This guide, complete with screenshots, will show you how. Then you can use gemsets to keep things organized and, if you wish, delete all your gems at any time and start over.
If you really want to uninstall before using RVM (which is indeed the recommended solution), check this blog post by Chad Wooley.
精彩评论