##Mac平台出现brew command not found问题解决方法
错误提示:zsh: command not found: brew
解决方法:mac 安装homebrew,
网上很多安装都是采用国外源,国外源非常慢,可以使用国内源,用以下命令安装,序列号选择中科大的。
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"