Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Joseph Hall
Joseph Hall
10,865 Points

COMPLETELY uninstalling Ruby on Rails and all of its components from a mac

Hi everyone,

I need t completely uninstall Ruby on Rails from my Mac, and all of its components, and start all over again. How would I do this?

2 Answers

Chris Shaw
Chris Shaw
26,676 Points

Hi Joseph,

You can't remove the version of Ruby that comes with OS X as it has system dependencies, instead what you would want to do is use something like RVM as explained in the below link.

http://stackoverflow.com/a/4115811

James Barnett
James Barnett
39,199 Points

This is why virtual machines (VMs) are your friend.

The easiest way to do this is to use codio.io