Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

askariabdurrahman
1,610 PointsWhy does rails not install on my computer?
When I try to set up rails it tells me that I need a different osx, does this mean that I can not code rails?
4 Answers

Gregory Radek
869 Pointswhat version of OS X do you currently have installed?
What you might find is that you need to install Xcode from the app store and open it once. The first time you open Xcode, before doing anything else it will install the Xcode command line tools. Once they have finished installing you can close Xcode, restart your mac and then you can try installing rails again.
If this doesn't work then let us know :)

askariabdurrahman
1,610 PointsI have OSX mavericks

Gregory Radek
869 PointsMavericks is fine to use with Rails. Try installing the Xcode command line tools as explained in my previous comment and you should be good to go.

askariabdurrahman
1,610 PointsThanks.