Mac zsh: command not found: xxx
2021-09-10 本文已影响0人
Hynsen
修改~/.zshrc
添加:
PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH
如果在~/.bash_profile里配置了其他如flutter环境,需要在~/.zshrc 添加:
source ~/.bash_profile 执行
修改~/.zshrc
添加:
PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH
如果在~/.bash_profile里配置了其他如flutter环境,需要在~/.zshrc 添加:
source ~/.bash_profile 执行