修复系统外的神秘Python配置脚本

Jor*_*est 4 python macos 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/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
Run Code Online (Sandbox Code Playgroud)

我在Mac OSX Mountain Lion上,并通过Homebrew安装了Python和Python 3.我认为我的破坏设置与这篇文章有关,我试图让我的MacVim正常工作.

有任何想法吗?我相信它可能是符号链接的问题,而且我对如何解决这些问题非常无能为力.

Sam*_*ohn 6

看起来您通过python.org安装程序或类似的东西安装了Python 2.7和3.3,并设置了包含该列出目录的路径.尝试从中清除PATH变量/Library/Frameworks/Python.framework/Versions/3.3/bin/Library/Frameworks/Python.framework/Versions/2.7/bin(可能设置为~/.bash_profile.)