This topic created in 5124 days ago, the information mentioned may be changed or developed.
osx上先是图形界面安装的python,配置又没没修改有点不记得了。
现在通过terminal安装homebrew 提示有两个配置错误。有人知道怎么处理码?
brew doctor
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/2.7/bin/python-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
1 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
levi Nov 6, 2013
同样问题
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.
|