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 trialMartin Bornman
Courses Plus Student 12,662 PointsTerminal
I am following along with my own terminal.In the section where we have to install git. My terminal sudo: apt-get: command not found Is there something wrong with my termina?I am on a macBook El Capitan OS
3 Answers
chrisverra
3,760 PointsMac OS X doesn't have apt-get. There is a package manager called Homebrew that is used instead.
Jacob Mishkin
23,118 Pointsinstall homebrew first, and you should be good to go.
shaunhoyes
17,972 PointsI use Mac OSX also, so I'm using Homebrew as a package manager. I used brew update
to update Homebrew.
Martin Bornman
Courses Plus Student 12,662 PointsThanks Jacob and Chris
Jacob Mishkin
23,118 Pointslet us know how it goes.
Martin Bornman
Courses Plus Student 12,662 PointsMartin Bornman
Courses Plus Student 12,662 PointsThanks Chris!!!