【发布时间】:2014-02-23 22:12:30
【问题描述】:
我正在尝试使用 brew 在最新版本的 OSX 上安装 python 2.7,但出现以下错误...
.app bundles were installed.
Run `brew linkapps` to symlink these to /Applications.
Warning: Could not link python. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link python'
Possible conflicting files are:
/usr/local/bin/pip
/usr/local/bin/easy_install-2.7
/usr/local/bin/easy_install
有人知道如何解决这个错误吗?我试过brew link python 但这不起作用。我是 Linux/OSX 的新手,所以如果这真的很明显,如果有人能指出我正确的方向,我仍然会感激不尽!
【问题讨论】:
-
我不认为brew 意味着你认为它的意思......
标签: python python-2.7 homebrew