官网只提供了最近版本的Anaconda2和Anaconda3下载,不过Frequently asked questions中也说了如何下载或者说配置早期python版本。如下:

How do I get Anaconda with Python 3.5 or 3.6?

There are three ways to get Anaconda with Python 3.5 or 3.6:

  1. We recommend that you download the latest version of Anaconda and then make a Python 3.5 (or 3.6) environment.
  2. Or download the latest version of Anaconda and run the following command to install Python 3.5 (or 3.6) in the root environment: conda install python=3.5 or conda install python=3.6
  3. Or download the most recent Anaconda installer that included Python 3.5 (Anaconda 4.2.0) or Python 3.6 (Anaconda 5.2.0). You can download either of these from our archive. Scroll down the page until you find the version you need for your platform.

我一般使用第二种方法来切换不同python版本
conda install python=3.6

Logo

DAMO开发者矩阵,由阿里巴巴达摩院和中国互联网协会联合发起,致力于探讨最前沿的技术趋势与应用成果,搭建高质量的交流与分享平台,推动技术创新与产业应用链接,围绕“人工智能与新型计算”构建开放共享的开发者生态。

更多推荐