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 trialRachel Bird
11,968 PointsRuby Basics - Installing Ruby
I have Ruby 2.0.0p353, git 1.7.4.4 and Rails 4.0.2 installed on my Mac.
Just watched the Installing Ruby video and I'm wondering if I absolutely must download the other stuff in it (GCC, Homebrew, and RVM) so that I can make it through the rest of the videos without a problem?
I'd really rather not, but I'll do it if necessary. Please advise.
2 Answers
Stone Preston
42,016 PointsRVM makes things a lot easier, they also have a nice GUI that works well. You will also want to use the same version of ruby used in the videos (in the older Ruby videos, which I think you are using, they use rails 2.3.2 and ruby 1.9.3). You will run into issues if you use rails 4 with the older videos, im not sure what version the newer ruby videos use.
Nick Fuller
9,027 PointsWhen working with Ruby, and also Rails, RVM or rbenv will become essential tools. It may seem like a hassle, but once you have rvm installed and you're using gemsets, it will make life a lot more pleasant. Homebrew is an amazing tool as well and saves a lot of time over building stuff like Postgres from binaries (which can be difficult if you're not familiar with it) or using Macports. The GCC compiler should be as simple as downloading Xcode (free on the app store) and installing command line tools.
Let us know if you try it and run into any difficulties!