官网只提供了最近版本的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

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐