Learning Challenge
Get your mac ready
Question
After installing homebrew, we are supposed to run “brew doctor” to make sure it worked, but I get this warning:
" mattriese@Matts-MBP ~ % 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: "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.9/bin/python3.9-config
/Library/Frameworks/Python.framework/Versions/3.9/bin/python3-config"
I know I won’t need Python for a while, so maybe this is the wrong place to ask, but just wondering if anyone knows what this means or if I should try to fix it.
What I’ve tried
I googled the error and didn’t find anything that could help me.