我试过rvm install 2.1
我收到了这个错误
xcode-select:错误:无效的开发人员目录' / Library / Developer / CommandLineTools'失败期间:/ usr / bin / sudo / usr / bin / xcode-select --switch / Library / Developer / CommandLineTools
当我尝试用ruby进行黄瓜测试时,会发生这种情况。
我的ruby版本是2.0,rvm版本是1.29.3 am无法升级。我安装了Xcode
答案 0 :(得分:3)
请运行xcode-select -p
将其更新为最新版本。
如果您仍有问题,请检查xcode-select路径/Library/Developer/CommandLineTools
并找到指定路径的正确路径。
就我而言,我的道路是:
sudo xcode-select -switch /Library/Developer/CommandLineTools
所以更改路径只需运行:{{1}}
答案 1 :(得分:0)
通过以下链接https://developer.apple.com/download/more/
安装xcode-command-line-tools注意:此方法需要Apple开发人员帐户
或
运行以下命令
xcode-select --install