【发布时间】:2014-08-11 20:47:09
【问题描述】:
我试图通过 brew install python3 使用 Homebrew 安装 python 3,但出现了警告。
警告:安装后步骤未成功完成
您可以使用brew postinstall python3重试
所以我改用brew postinstall python3
```==> /usr/local/Cellar/python3/3.4.1/bin/python3 -m ensurepip --upgrade dyld:库未加载:@@HOMEBREW_CELLAR@@/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/Python 引用自:/usr/local/Cellar/python3/3.4.1/bin/python3 原因:找不到图片 xcrun: error: active developer path ("/Users/dorislee/Desktop/Macintosh HD/Applications/Xcode.app/Contents/Developer") 不存在,使用 xcode-select 更改 xcrun: error: active developer path ("/Users/dorislee/Desktop/Macintosh HD/Applications/Xcode.app/Contents/Developer") 不存在,使用 xcode-select 更改
阅读:https://github.com/Homebrew/homebrew/wiki/troubleshooting```
我不确定该怎么做,有没有办法撤消并修复它?
【问题讨论】:
标签: macos python-3.x installation osx-mavericks homebrew