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

Blair Rorani
Blair Rorani
6,658 Points

How do I complete this tutorial using OS X Mavericks, XCode command line tool?

Do I still need to download all this other stuff like Homebrew?

3 Answers

Michael Hulet
Michael Hulet
47,912 Points

You should take the course on Installing a Ruby Development Environment first. They recently added the Ruby Foundations course to the Rails track, and I think they should've put the aforementioned installation course before the new Ruby Foundations

Blair Rorani
Blair Rorani
6,658 Points

Makes sense. This video still walks you through set up of dev environment from scratch. I was just unsure about references to an older version of OS X etc.

Kevin Naegele
Kevin Naegele
10,868 Points

Xcode is a command line tool, but if you are writing ruby file (.rb) then I would use notepad++. In the console basic that you go through will help you with the rest.

I am using a mac OSX Mavericks and I am using Coda 2 for my editor.

Michael Hulet
Michael Hulet
47,912 Points

They don't even make a version of Notepad++ for OS X. My personal recommendation is Atom

Kevin Naegele
Kevin Naegele
10,868 Points

Wow... my mistake. Good catch.