美文网首页
zsh: command not found: brew 报错解

zsh: command not found: brew 报错解

作者: 樊二哈 | 来源:发表于2022-10-10 09:55 被阅读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试试

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

相关文章

网友评论

      本文标题:zsh: command not found: brew 报错解

      本文链接:https://www.haomeiwen.com/subject/vqqoartx.html