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

Alex Rodriguez
2,144 PointsHomebrew won't work for me. This is what my terminal will show once I hit "Return" to contunie. Please help!
Last login: Tue Feb 18 17:29:53 on ttys000 Alexs-MacBook-Air:~ arodriguez2012$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" ==> This script will install: /usr/local/bin/brew /usr/local/Library/... /usr/local/share/man/man1/brew.1
Press RETURN to continue or any other key to abort ==> Installing the Command Line Tools (expect a GUI popup): ==> /usr/bin/sudo /usr/bin/xcode-select --install Usage: xcode-select -print-path or: xcode-select -switch <xcode_folder_path> or: xcode-select -version Arguments: -print-path Prints the path of the current Xcode folder -switch <xcode_folder_path> Sets the path for the current Xcode folder -version Prints xcode-select version information Failed during: /usr/bin/sudo /usr/bin/xcode-select --install Alexs-MacBook-Air:~ arodriguez2012$
2 Answers

Nick Fuller
9,027 PointsAre you using Mavericks or Lion?
Which version of ruby are you running? Are you using RVM, rbenv or the default installation of ruby that came with your computer?

Alex Rodriguez
2,144 PointsThe latest Ruby. I just ran them and I haven't used RVM since on the treehouse: Ruby Foundations it says to install homebrew first. However there is a chance that RVM is already installed.
Garrett Jeffrey
Front End Web Development Techdegree Student 10,064 PointsGarrett Jeffrey
Front End Web Development Techdegree Student 10,064 PointsI am having the same problem as you. Trying to figure it all out now. Any luck with this?