Skip to main content
Home
badllama.com
  • Search
  • Log In

Installing Homebrew on OSX

cpeters's picture

Thu, 12/26/2013 - 20:46 by cpeters

  1. install the xcode command line tools
    sudo xcode-select --install
  2. Verify the installation of gcc
    gcc --version
  3. Change the ownership of /usr/local to your login identity (not root)
    sudo chown -R `whoami` /usr/local

    Note: You may have to do this again someday for whatever reason

  4. Install the homebrew package from the Internet under your login identity (not root)
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  5. Run "brew doctor" before installing anything
    brew doctor
Tags: 
homebrew OSX
Powered by Backdrop CMS