zsh: command not found: brew 报错解诀办法

项目场景:

在使用[命令行]安装东西的时候提示
错误提示:zsh: command not found: brew

解决方案:

Mac安装 homebrew

使用一下命令安装,
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

最后使用命令:
brew install wget

验证:
来安装个redis试试

wget https://download.redis.io/releases/redis-6.0.8.tar.g

你可能感兴趣的:(zsh: command not found: brew 报错解诀办法)