/bin/zsh -c "$(curl -fsSL <a href="https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh">https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh</a>)"

查看版本:brew -v
更新brew版本:brew update 查找:brew search python(其中python替换为要查找的关键字) 安装:brew install python 安装完成输入 python3 -h 查看本地软件库列表:brew ls