是否有必要默认 python 应该是 python3.6 才能为 python3.6 下载 anaconda?

Is it necessary that default python should be python3.6 to download anaconda for python3.6?

我已经安装了 python 3.6,但是 python 2.7.13 是默认的,我还有用于 python 2.7.13 的 anaconda。但是我想要 python 3.6 的 anaconda,它不是默认的,我可以直接下载吗?

Is it necessary that default python should be python3.6 to download anaconda for python3.6?

不,不是。您可以直接从该网站下载 python3.6 的版本:https://www.continuum.io/downloads

只需导航到上面的页面,然后 select linux。

Anaconda2(for python 2.7.x)和Anaconda3(for 3.5/6)可以并存

编辑:要使用一个作为默认 python 只需将路径(windows 控制面板->系统->环境变量或 .bashrc )设置为指向您要使用的那个作为默认值。 ps 没有必要在路径中包含两者,这可能是个坏主意