Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 OSX 上,每打开一个新终端,我都需要重新执行以下操作:
export PATH=~/miniconda3/bin:$PATH
或者它将是
zsh: command not found: conda
添加 export PATH=~/miniconda3/bin:$PATH 到 ~/.zshrc
这是关于启动文件的很好的解释:http: //superuser.com/questions/187639/zsh-not-hitting-profile