Mac终端出现 brew command not found 解决
Posted VipSoft
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac终端出现 brew command not found 解决相关的知识,希望对你有一定的参考价值。
MacOS 上您需要安装 unrar 以支持 PaddlePaddle,可以使用命令brew install unrar
执行命令后发现 brew 不存在
jimmy@MacBook-Pro ~ % brew install unrar
zsh: command not found: brew
jimmy@MacBook-Pro ~ %
解决方案
输入命令:jimmy@MacBook-Pro ~ % /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
- 请输入序号:
1
- ->是否现在开始执行脚本(N/Y)
Y
- 输入开机密码
安装完成后,
安装成功 但还需要重启终端 或者 运行 source /Users/jimmy/.zprofile 否则可能无法使用
jimmy@MacBook-Pro ~ % source /Users/jimmy/.zprofile
jimmy@MacBook-Pro ~ % brew -v
解决mac安装homebrew后报错-bash: brew: command not found
sudo vim .bash_profile
添加:
export PATH=/usr/local/bin:$PATH
保存,source .bash_profile使配置修改生效。
再次使用brew 命令就ok了。
以上是关于Mac终端出现 brew command not found 解决的主要内容,如果未能解决你的问题,请参考以下文章
mac环境下brew command not found错误的解决方法
Mac系统下安装Homebrew后无法使用brew命令,-bash: brew: command not found
mac上终端出现 command not found解决方法
解决mac安装homebrew后报错-bash: brew: command not found
mac 使用brew安装提示fatal: not in a git directory Error: Command failed with exit 128: git
mac 使用brew安装提示fatal: not in a git directory Error: Command failed with exit 128: git