views:

80

answers:

3

I seem to be having issues with gems and want to start with a fresh install. Is this possible without reinstalling Snow Leopard from scratch?

Thanks in advance,

Galen

+2  A: 

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.

Chris Heald
A: 

If you really want to uninstall before using RVM (which is indeed the recommended solution), check this blog post by Chad Wooley.

Swanand
A: 

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.

AboutRuby