zsh 中 command not found:brew
程序员文章站
2022-07-12 13:18:48
...
zsh 中 brew not found
问题
在使用 iTerm2 中,切换 command 为 /bin/zsh
之后,使用 brew -v
会出现
zsh: command not found brew
.
解决方式
使用 vim ~/.zshrc
打开~/.zshrc
文件。或者其他熟悉的文本编辑器。
然后取消注释下面这行:
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH
最后使用命令:
source ~/.zshrc
使修改生效。
上一篇: Mac平台出现brew command not found
下一篇: 配置 RabbitMQ
推荐阅读
-
ubuntu安装jupyter—zsh: command not found: jupyter
-
解决:-bash: unzip: command not found (Linux 中 unZip/Zip 的安装及使用)
-
zsh: command not found: pip3
-
Mac平台出现brew command not found
-
zsh 中 command not found:brew
-
最新brew安装nvm报nvm command not found解决方案
-
解决mac安装homebrew后报错-bash: brew: command not found
-
MAC下安装homebrew.(-bash: brew: command not found)
-
iOS-解决mac安装homebrew后报错-bash: brew: command not found
-
docker容器中执行vim命令,报错:bash: vim: command not found(已解决)