根据Kenneth Reitz的建议,我在我的 MAC OS X 10.7.4 上安装了“xcode-lite”(即 xcode 的命令行工具 (CLT))。
但是,brew install macvim
给了我这个错误:
xcode-select: Error: No Xcode is selected. Use xcode-select -switch /Applications/Xcode.app to select /Applications/Xcode.app, or see the xcode-select manpage (man xcode-select) for further information.
我没有xcodebuild
下/Applications
。我也没有/Developer
目录。我有/usr/bin/xcodebuild
,但是
xcode-select -switch /usr/bin
brew install macvim
给我这个错误:
Error: Can't run /usr/bin/usr/bin/xcodebuild (no such file).
此外,试图强迫它寻找xcodebuild
in/usr/bin
会使 brew 无限期地挂起。所以我被困住了。
我在一些地方读到 CLT for xcode 不够好,我需要下载完整版的 xcode (1.5GB)。其他一些人声称 brew 确实可以与 CLT for xcode 一起使用,但是几个小时的尝试brew install macvim
(以及大量的谷歌搜索)并没有产生任何结果。我一定遗漏了一些关于 brew 和 CLT for xcode 的基本知识。我真的需要完整的 xcode 还是我的 xcode 的 CLT 没有安装在正确的目录中?
ps:我想brew它而不是安装二进制目录的原因是因为我想用python开发特性来构建它。如果有一种更简单的方法可以让 macvim 与 python-dev 集成,我很乐意这样做。