由于官方资源访问速度很慢,所以可以换成以下资源:
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
然后选择需要的本体序号
安装完成后,可以选择以后的镜像地址。
初步介绍几个brew命令
查看版本:brew -v 更新brew版本:brew update
查找:brew search python(其中python替换为要查找的关键字)
安装:brew install python 安装完成输入 python3 -h 查看
本地软件库列表:brew ls
Comments NOTHING