我尝试了命令
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
==> The following directories will be made group writable:
/usr/local/include
/usr/local/lib
/usr/local/lib/pkgconfig
==> The following directories will have their group set to admin:
/usr/local/include
/usr/local/lib
/usr/local/lib/pkgconfig
但我不知道这意味着什么...
答案 0 :(得分:0)
您是否安装了XCode和命令行工具?如果是这样,上面的脚本应该已经完成了。
转到终端并键入
brew doctor
这将告诉您安装的状态。