Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.45 KB

3-macos-setup-instructions-homebrew.md

File metadata and controls

40 lines (26 loc) · 1.45 KB

Install Homebrew

Homebew homepage

Homebrew is a program that runs in the terminal that developers use to install other programs/software and libraries that we want to use for creating or running our own programs.

Homebrew simplifies installing dependencies.

Homebrew has the following installation requirements:

Note: If you have macports installed already, please contact the afternoon teachers for support, don't install brew as it might cause conflicts with macports.

  1. Launch the Terminal app
  2. Paste the following command in the terminal (CMD+V or right-click -> paste)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Press enter and wait for the command to complete the installation

  2. Type the following command in the terminal and press enter. This will update homebrew

    brew update
  3. You're good to go!


Return to the table of comments at the top of the first page


Previous Next
Step 2 Install Git Step 4 Install VS Code