Skip to content

Instantly share code, notes, and snippets.

@iStehle
Created December 21, 2010 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iStehle/750604 to your computer and use it in GitHub Desktop.
Save iStehle/750604 to your computer and use it in GitHub Desktop.
/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.
Some brews install binaries to sbin instead of bin, but Homebrew's
sbin was not found in your path.
Consider editing your .bashrc to add:
/usr/local/sbin
to $PATH.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment