我一直在尝试使用首页/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
上的脚本在Mac上安装homebrew。
我得到this invalid developer directory error。我尝试在this guidance之后卸载Xcode,然后运行xcode-select --install
,这似乎可行。我的Xcode最初是出于某种原因安装在~/Applications
而不是/Applications
中。
现在该脚本在同一时间失败了,但这似乎是因为它无法下载命令行工具。
Error downloading Command Line Tools (macOS Sierra version 10.12) for
Xcode: not found
Done.
Error downloading updates.
==> /usr/bin/sudo /bin/rm -f
/tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
==> /usr/bin/sudo /usr/bin/xcode-select --switch
/Library/Developer/CommandLineTools
xcode-select: error: invalid developer directory
'/Library/Developer/CommandLineTools'
Failed during: /usr/bin/sudo /usr/bin/xcode-select --switch
/Library/Developer/CommandLineTools
我真的不了解脚本在做什么,但是它不应该标识已经安装了CLT吗?
我不确定从那里去哪里,任何想法都会得到赞赏。