brew-doctor

Homebrew brew doctor warning about /Library/Frameworks/Python.framework, even with brew's Python installed

て烟熏妆下的殇ゞ 提交于 2019-11-28 16:09:31
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

Brew doctor - “warning: unbrewed header files were found in /usr/local/include”?

大憨熊 提交于 2019-11-28 03:53:24
When I run brew doctor , the following error is thrown Warning: Unbrewed header files were found in /usr/local/include. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted. Unexpected header files: /usr/local/include/curl/curl.h /usr/local/include/curl/curlbuild.h /usr/local/include/curl/curlrules.h /usr/local/include/curl/curlver.h /usr/local/include/curl/easy.h /usr/local/include/curl/mprintf.h /usr/local/include/curl/multi.h /usr/local/include/curl/stdcheaders.h /usr/local/include/curl/typecheck-gcc.h /usr/local

What is the safest way to removing Python framework files that are located in different place than Brew installs

て烟熏妆下的殇ゞ 提交于 2019-11-27 17:03:27
I want to remove a Python installed in location that brew complains about, when I run brew doctor Warning: Python is installed at /Library/Frameworks/Python.framework What is the best way? Here are more details / research: The message from the brew git website : Important: If you choose to install a Python which isn't either of these two (system Python or brewed Python), the Homebrew team can only provide limited support. I want to make sure I am not missing anything before I remove the extra python libary. Specifically, I want to remove the entire Python.framework, those files located here.

Homebrew brew doctor warning about /Library/Frameworks/Python.framework, even with brew's Python installed

☆樱花仙子☆ 提交于 2019-11-27 09:34:58
问题 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

Brew doctor - “warning: unbrewed header files were found in /usr/local/include”?

旧城冷巷雨未停 提交于 2019-11-27 05:13:53
问题 When I run brew doctor , the following error is thrown Warning: Unbrewed header files were found in /usr/local/include. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted. Unexpected header files: /usr/local/include/curl/curl.h /usr/local/include/curl/curlbuild.h /usr/local/include/curl/curlrules.h /usr/local/include/curl/curlver.h /usr/local/include/curl/easy.h /usr/local/include/curl/mprintf.h /usr/local/include/curl

What is the safest way to removing Python framework files that are located in different place than Brew installs

喜你入骨 提交于 2019-11-27 04:10:27
问题 I want to remove a Python installed in location that brew complains about, when I run brew doctor Warning: Python is installed at /Library/Frameworks/Python.framework What is the best way? Here are more details / research: The message from the brew git website: Important: If you choose to install a Python which isn't either of these two (system Python or brewed Python), the Homebrew team can only provide limited support. I want to make sure I am not missing anything before I remove the extra