在OSX 10.9上安装Homebrew
我正在尝试使用以下命令安装Homebrew: ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" # Add Homebrews binary path to the front of the $PATH echo 'export PATH=/usr/local/bin:$PATH' >> ~/.bash_profile source ~/.bash_profile 一切似乎都正常,但是当我通过 brew doctor 我收到此错误: Error: No such file or directory - /Library/Developer/CommandLineTools/usr/bin/clang 我一直在研究它,它看起来像是我没有使用的OSX 10.10中出现的问题。可能是什么问题? 顺便说一句,我试图使Ruby on Rails可以使用clang而不是gcc来工作(因为它不能与gcc一起使用),因此问题在重新安装后出现。是否可以使用某些配置切换回gcc? 编辑1: 当我跑步 xcodebuild -find clang 我懂了 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang 当我跑步 which …