打开终端:
可以通过在Spotlight搜索中输入Terminal并打开它,或者在应用程序>实用工具目录中找到终端应用。
运行安装命令:
/bin/bash -c"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
添加Homebrew到你的PATH:
echo'eval "$(/opt/homebrew/bin/brew shellenv)"'>> /Users/你的用户名/.zprofileeval"$(/opt/homebrew/bin/brew shellenv)"
验证安装:
brew doctor
网友评论