There are three ways to get Anaconda with Python 3.5:
- We recommend that you download the latest version of Anaconda and then make a Python 3.5 environment.
- Or download the latest version of Anaconda and run this command to install Python 3.5 in the root environment:
conda install python=3.5
- Or download the most recent Anaconda that included Python 3.5 by default, Anaconda 4.2.0. You can download it from our archive. Scroll down the page until you find version 4.2.0 for your platform.
- 上文是摘自Anaconda官网,翻译如下:
- 由Anaconda获得Python 3.5有三种方法:
①我们建议您下载最新版本的Anaconda,然后创建一个Python 3.5环境。
②或者下载最新版本的Anaconda并运行以下命令,在根环境中安装Python 3.5:conda install python = 3.5
③或者下载默认包含Python 3.5的最新Anaconda,Anaconda 4.2.0。 你可以从我们的档案下载。 向下滚动页面,直到找到适用于您的平台的4.2.0版本。
注意以下几种方法不建议:
1>直接从python下载python3.5,除非你能一个一个,下好你要处理的工程所用的所有工具包,就算你能下载好一些工具包如tensorflow的路径是要指定和python在一起的
2>相信网上的一些不靠谱博文,对应我的
②
,相信我只要conda install python =版本号搞定一切!
为什么要写这篇博文?
不知道自己电脑什么毛病死活装不上tensorflow1.0.0,从别人那里要来tensorflow1.0.0的包,好不容易装上tensorflow1.0又发现只有python3.5.0才能跑tensorflow1.0.0。