使用brew安装程序的时候控制台提示:
zsh: command not found: brew
1、打开终端,ARM版的Homebrew需要安装在/opt/homebrew路径下,所以我们先切换到/opt路径下
cd /opt
2、安装brew:
/bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)"
按照要求输入mac密码: