Jay Miller
Jay Miller

Reputation: 11

How do I restore the default ruby configuration on my mac running os x?

I'm learning ruby and I had an advanced developer working with me. He installed a bunch of gemsets and adjusted configurations and I need to know how to remove it all and start from scratch so that I can follow along with tutorials. Any help would be greatly appreciated.

Upvotes: 1

Views: 564

Answers (1)

idlefingers
idlefingers

Reputation: 32047

It sounds like he's installed rvm since you're referring to gemsets? If so, you can simply delete the entire ~/.rvm folder and it should switch back to using system ruby.

Upvotes: 3

Related Questions