Skip to content

Instantly share code, notes, and snippets.

@xdstack
Created August 7, 2014 12:57
Show Gist options
  • Select an option

  • Save xdstack/30b0b23f990389ea34d7 to your computer and use it in GitHub Desktop.

Select an option

Save xdstack/30b0b23f990389ea34d7 to your computer and use it in GitHub Desktop.
Homebrew brew doctor result
➜ Homebrew brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
tab2space
tidy
Consider setting your PATH so that /usr/local/bin
occurs before /usr/bin. Here is a one-liner:
echo export PATH='/usr/local/bin:$PATH' >> ~/.bash_profile
Warning: Homebrew's sbin was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting the PATH for example like so
echo export PATH='/usr/local/sbin:$PATH' >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment