zsh: command not found: brew 报错解
2022-10-10 本文已影响0人
樊二哈
项目场景:
在使用[命令行]安装东西的时候提示
错误提示: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试试