我想出来了:
Jacobs-MacBook-Pro:bin jacob$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: A .pydistutils.cfg file was found in $HOME, which may cause Python
builds to fail. See:
https://bugs.python.org/issue6138
https://bugs.python.org/issue4655
Jacobs-MacBook-Pro:~ jacob$ more .pydistutils.cfg
[install]
prefix=
我隐约记得在过去的某个时候,为了使用googleappenginesdk,我把这个文件放在那里(
DistutilsOptionError: must supply either home or prefix/exec-prefix -- not both
). 我刚把它取下来,现在
pip install
工作正常!