Created
July 30, 2020 14:23
-
-
Save kimberlythegeek/0e99190cf55a83349953d66c12f76536 to your computer and use it in GitHub Desktop.
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
| ➥ 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 or file an issue; just ignore this. Thanks! | |
| Warning: Some installed formulae were deleted! | |
| You should find replacements for the following formulae: | |
| python@2 | |
| Warning: "config" scripts exist outside your system or Homebrew directories. | |
| `./configure` scripts often look for *-config scripts to determine if | |
| software packages are installed, and which additional flags to use when | |
| compiling and linking. | |
| Having additional scripts in your path can confuse software installed via | |
| Homebrew if the config script overrides a system or Homebrew-provided | |
| script of the same name. We found the following "config" scripts: | |
| /Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7-config | |
| /Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7m-config | |
| /Library/Frameworks/Python.framework/Versions/3.7/bin/python3-config | |
| /Library/Frameworks/Python.framework/Versions/3.7/bin/pre-commit-validate-config | |
| /Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6m-config | |
| /Library/Frameworks/Python.framework/Versions/3.6/bin/python3-config | |
| /Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6-config | |
| /Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config | |
| /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config | |
| /Library/Frameworks/Python.framework/Versions/2.7/bin/python-config | |
| Warning: You have unlinked kegs in your Cellar. | |
| Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
| those kegs to fail to run properly once built. Run `brew link` on these: | |
| docker | |
| python@2 | |
| pipenv | |
| python | |
| mercurial | |
| [email protected] | |
| gnupg | |
| 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"' >> ~/.zshrc | |
| Warning: Broken symlinks were found. Remove them with `brew cleanup`: | |
| /usr/local/lib/node_modules/npm/node_modules/.bin/nopt | |
| /usr/local/opt/mysql-connector-c | |
| /usr/local/opt/postgresql@11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment