简体   繁体   English

在优胜美地10.10.5上安装Homebrew错误

[英]Installing Homebrew on Yosemite 10.10.5 error

I tried to Find an answear with this problem but I could so here it is 我试图找到一个有这个问题的answear,但我可以在这里

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/man/man1/brew.1

Press RETURN to continue or any other key to abort
==> Installing the Command Line Tools (expect a GUI popup):
==> /usr/bin/sudo /usr/bin/xcode-select --install
Password:
sudo: /usr/bin/xcode-select: command not found
Failed during: /usr/bin/sudo /usr/bin/xcode-select --install

I didnt understand the problem with the xcode but didt kite get so hope you can help me with this before hand every try its appricieted 我不了解xcode的问题,但风筝却变得如此,希望您能在每次尝试之前都可以帮助我

Open Xcode. 打开Xcode。 It might be that u need to accept terms and conditions. 您可能需要接受条款和条件。

Did you install Xcode command line tools? 您是否安装了Xcode命令行工具?

 $ xcode-select --install

An important dependency before Homebrew can work is the Command Line Tools for Xcode. Homebrew可以工作之前的重要依赖项是Xcode命令行工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM