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 Ruby Foundations Ruby Basics Installing Ruby

David Langley
David Langley
10,965 Points

Install this on Mavericks ???

Good evening all just running through this video which asks to install gcc and homebrew then ruby.

I am running Mavericks latest version and have already done some ruby views which ran through setting up ruby/rails.

my ruby -v tells me i have; ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]

should I still run through this video installing the items as requested ?

I appreciate your help.

1 Answer

Yes, it's recommended to install rvm, and then install your ruby version. RVM allows you to have 1, 2 or more ruby versions in your system. In addition, you can update your ruby version to the last one or remove it.

Naomi Freeman
Naomi Freeman
Treehouse Guest Teacher

Yep. If you move beyond this Rails project, other peoples' projects can be in a bunch of random versions. Best to have your computer set up to handle anything while you're right at the beginning :)

Sometimes even different gems will yell at you over your Ruby version and it can be helpful to be able to move between them.