1 、在bash下面执行: echo $PATH 查看系统路径,复制路径。 2、然后切换到zsh, sudo vim ~/.zshrc 在If you come from bash you might have to change your $PATH.下面添加刚才的路径: export PATH=" you path copy just now " 3、退出文件,在zsh下执行: source ~/.zshrc 初始化配置文件。 搞定,以上。