zsh: command not found: brew 报错解诀办法
场景
- 在使用命令行安装东西的时候提示
brew install mysql-connector-c
- 错误提示:
zsh: command not found: brew
解决方案
-
安装homebrew
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
-
安装wget验证
brew install wget