简体   繁体   中英

Installing Homebrew on Yosemite 10.10.5 error

I tried to Find an answear with this problem but I could so here it is

    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

Open Xcode. It might be that u need to accept terms and conditions.

Did you install Xcode command line tools?

 $ xcode-select --install

An important dependency before Homebrew can work is the Command Line Tools for Xcode.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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