homebrew的安装依赖于xcode。
我不知道Xcode要不要先下,因为之前就下载了Xcode。
1.在终端窗口输入命令行:
xcode-select --install
然后会跳出“要安装该工具吗”(具体忘记了),点确定,接着点同意协议。然后他就开始安装下载了,这个期间大概花了十几二十分钟。
2.在终端窗口输入命令行:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
这里写不下去了,本来是一行的。输完以后,终端就开始刷一些信息了,期间会输入你的电脑密码和按回车。这个大约在几分钟就可以完成。安装成功会有以下提示(提示会夹在信息中间,需要找一下):
Installation successful!
3.确认已安装homebrew
在终端窗口输入命令行:
brew doctor
结果跳出来
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
说明安装已经完成。