I received this notification by doing a brew doctor today:
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 what 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.3/bin/python3-config /Library/Frameworks/Python.framework/Versions/3.3/bin/python3.3-config /Library/Frameworks/Python.framework/Versions/3.3/bin/python3.3m-config /Library/Frameworks/Python.framework/Versions/2.7/bin/python-config /Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
I am on Mac OSX Mountain Lion, and I have Python and Python 3 through Homebrew. I think my broken setup is related to this post , which I followed, trying to get my MacVim to work properly.
Any ideas? I believe this may be a problem with symbolic links, and I pretty much don't know how to fix them.
source share