在以下位置缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun 无法克隆 nvm 存储库
missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Failed to clone nvm repo
**
curl -o-
https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh |
bash
**
当我 运行 在我的 Mac 上使用此代码时,我得到了一个错误
crun: error: invalid active developer path
(/Library/Developer/CommandLineTools), missing xcrun at:
/Library/Developer/CommandLineTools/usr/bin/xcrun Failed to clone nvm
repo. Please report this!
如何解决这个问题?
我通过安装 Xcode 解决了这个问题。
我通过打开终端和 运行 命令解决了这个问题:
xcode-select --install
打开 xcode 并转到首选项>位置。确保安装了命令行工具。
这似乎已经解决了我的问题(已为了解它的其他人描述)。我已经安装了 xcode,但在尝试在我的 Apple M1(mac 硅)Monterey 上安装 python3 lib psutil(python3 -m pip install psutil)时遇到了类似的错误:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
error: command '/usr/bin/clang' failed with exit code 1
**
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
**
当我 运行 在我的 Mac 上使用此代码时,我得到了一个错误
crun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Failed to clone nvm repo. Please report this!
如何解决这个问题?
我通过安装 Xcode 解决了这个问题。
我通过打开终端和 运行 命令解决了这个问题:
xcode-select --install
打开 xcode 并转到首选项>位置。确保安装了命令行工具。
这似乎已经解决了我的问题(已为了解它的其他人描述)。我已经安装了 xcode,但在尝试在我的 Apple M1(mac 硅)Monterey 上安装 python3 lib psutil(python3 -m pip install psutil)时遇到了类似的错误:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
error: command '/usr/bin/clang' failed with exit code 1