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!
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

Jenny Swift
21,999 PointsTrouble Installing ruby on Mac
Hi, I'm trying to follow this tutorial. http://teamtreehouse.com/library/installing-a-ruby-development-environment/installing-a-ruby-development-environment/installing-ruby-on-mac When I do what Jason does at 00:45 and paste it into Terminal I get the following: -bash: $: command not found What should I do please?
2 Answers

Gregory Benner
5,732 PointsTry typing "Git" and hitting enter, if you get an error you probably need to go to the app store on mac, and download xCode, once downloaded (it's over 1 GB) you need to find install command line tools inside of xCode. The rest of the steps should work now.

Jenny Swift
21,999 PointsHi Gregory, thanks for the reply. I downloaded xCode and installed the command line tools from its preferences. But when I try the steps again I still get the same message (-bash: $: command not found). When I type in Git it doesn't look like I get an error.
Jenny Swift
21,999 PointsJenny Swift
21,999 PointsI have since installed the Treehouse VM, so I don't think I actually need to do this anymore, although I still don't understand what went wrong here.