在MacOS(Apple/Mac)上安装Conda的最佳方法是什么?

在MacOS(Apple/Mac)上安装Conda的最佳方法是什么?

问题描述:

在Mac上安装Anaconda的推荐方法是什么?

What is the recommended approach for installing Anaconda on Mac?

我尝试使用brew cask install anaconda
,过一会儿返回anaconda was successfully installed!.

之后-尝试conda命令将返回command not found: conda.

After that - trying conda command returns command not found: conda.

是否需要完成任何后续步骤安装?
推荐的在MacOS上安装Conda的方法是什么?

Is there any post step installation that needs to be done?
And what is recommended way to install Conda on MacOS?

  • brew cask install anaconda
  • export PATH="/usr/local/anaconda3/bin:$PATH"
    • brew cask install anaconda
    • export PATH="/usr/local/anaconda3/bin:$PATH"