我有一个类似的问题。
我检入了
.profile,
.bashrc和
.bash_profile点文件,以查找可以复制到
.zshrc文件中的所有PATH信息。果然:
# added by Miniconda3 4.2.12 installerexport PATH="/Users/username/miniconda3/bin:$PATH"
在
source ~/.zshrc添加这些行之后运行,我可以启动jupyter笔记本服务器。

我有一个类似的问题。
我检入了
.profile,
.bashrc和
.bash_profile点文件,以查找可以复制到
.zshrc文件中的所有PATH信息。果然:
# added by Miniconda3 4.2.12 installerexport PATH="/Users/username/miniconda3/bin:$PATH"
在
source ~/.zshrc添加这些行之后运行,我可以启动jupyter笔记本服务器。