`conda` 给出 "No such file or Directory" 尽管我在我的 .bash_profile 中添加了 PATH

`conda` gives "No such file or Directory" although I added PATH in my .bash_profile

我的 Jupyter notebook 和 Conda 出现故障,所以我决定删除所有内容并重新安装。

我使用 brew cask install anaconda 安装了 anaconda 之后,我在 .bash_profile 中添加了 export PATH="/usr/local/anaconda3/bin:$PATH" (来自 this instruction 的所有内容)

但是,当我输入 conda --version 时,它说 -bash: /Users/leonard/anaconda3/bin/conda: No such file or directory

  1. 为什么会发生这种情况,我该如何解决?

  2. 我只想让我的 Jupyter notebook、R 和 Python 正常工作。是否可以在不使用 Anaconda 的情况下使用这些?我遇到了很多麻烦。

关闭那个终端并重新启动,它对我有用