zsh: command not found: 解决方法
思路:
把 bash shell 中.bash_profile 全部环境变量加入zsh shell里就好
Step1
open -e ~/.zshrc
Step2
找到 # User configuration
加入
source ~/.bash_profile
Step3
source .zshrc
把 bash shell 中.bash_profile 全部环境变量加入zsh shell里就好
open -e ~/.zshrc
找到 # User configuration
加入
source ~/.bash_profile
source .zshrc