Failed to install command line tools on OSX Mavericks

后端 未结 8 1027
被撕碎了的回忆
被撕碎了的回忆 2020-12-13 08:39

I tried to install the command line tools on Mavericks following the steps in this very useful post

> xcode-select --install

but after a

8条回答
  •  借酒劲吻你
    2020-12-13 09:20

    Try to install the command line tools following Error Message "Xcode alone is not sufficient on Sierra"

    brew seems checks if the command line tools installed in this path:

    /Library/Developer/CommandLineTools My case is: I tried to install brew on my new mac. After I installed Xcode, there was nothing in the above path but the command line tools were somehow installed to another location. (xcode-select -p tell me it was /Applications/Xcode.app/Contents/Developer) The way in stackoverflow can install the command line tools to

    /Library/Developer/CommandLineTools Now I got brew working. But I am not sure if it is the best solution as there should be two copies of command line tools on my machine using this method.

提交回复
热议问题