Skip to content

Instantly share code, notes, and snippets.

@ben-x9
Created July 31, 2011 04:48
Show Gist options
  • Save ben-x9/1116414 to your computer and use it in GitHub Desktop.
Save ben-x9/1116414 to your computer and use it in GitHub Desktop.
brew doctor
/usr/bin is in your PATH before Homebrew's bin. This means that system-
provided programs will be used before Homebrew-provided ones. This is an
issue if you install, for instance, Python.
Consider editing your .bashrc to put:
/usr/local/bin
ahead of /usr/bin in your $PATH.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment