出现zsh: command not found: xxx解决方法:
把 bash shell 中.bash_profile 全部环境变量加入zsh shell里就好
step1:
Term执行
open .zshrc
step2:
找到 “# User configuration”
加入
source ~/.bash_profile

step3:
Term执行
source .zshrc
Term执行
open .zshrc
找到 “# User configuration”
加入
source ~/.bash_profile
Term执行
source .zshrc
本文标题:zsh: command not found: 解决方法
本文链接:https://www.haomeiwen.com/subject/smlarxtx.html
网友评论