Homebrew brew doctor warning about /Library/Frameworks/Python.framework, even with brew's Python installed
When I ran Homebrew's brew doctor (Mac OS X 10.9.2), I get the following warning message: Warning: Python is installed at /Library/Frameworks/Python.framework Homebrew only supports building against the System-provided Python or a brewed Python. In particular, Pythons installed to /Library can interfere with other software installs. Therefore, I ran brew install and followed the steps provided in the installation's caveats output to install Homebrew's version of Python . Running which python confirms that Homebrew's version of it is indeed at the top of my PATH . Output is /usr/local/bin