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

Development Tools Console Foundations Installing Software Introduction to Package Managers

Martin Bornman
PLUS
Martin Bornman
Courses Plus Student 12,662 Points

Terminal

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

Mac OS X doesn't have apt-get. There is a package manager called Homebrew that is used instead.

install homebrew first, and you should be good to go.

I use Mac OSX also, so I'm using Homebrew as a package manager. I used brew update to update Homebrew.

let us know how it goes.