1. 程式人生 > >如何用anaconda更新各種版本的python?

如何用anaconda更新各種版本的python?

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。