Macbook mojave pip install时候显示gcc失败:xcrun
错误描述:invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
应该是 升级后这个command line tool失效
方法1:
terminal 输入 :xcode-select --install
不过很倒霉失败了 他始终显示 无法连接服务器
方法二
直接在 apple的官网 developer页面下载对应版本的 command line tools
https://developer.apple.com/download/more/
参考https://stackoverflow.com/questions/32893412/command-line-tools-not-working-os-x-el-capitan-sierra-high-sierra-mojave