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

homebrew OSX

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

Tags: 
homebrew OSX
  • Read more about Installing Homebrew on OSX
Powered by Backdrop CMS