0

在 OSX 上,每打开一个新终端,我都需要重新执行以下操作:

export PATH=~/miniconda3/bin:$PATH

或者它将是

zsh: command not found: conda
4

1 回答 1

6

添加
export PATH=~/miniconda3/bin:$PATH
到 ~/.zshrc

这是关于启动文件的很好的解释:http: //superuser.com/questions/187639/zsh-not-hitting-profile

于 2017-05-02T06:58:21.443 回答