Created
August 7, 2014 12:57
-
-
Save xdstack/30b0b23f990389ea34d7 to your computer and use it in GitHub Desktop.
Homebrew brew doctor result
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ 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