anaconda 環境搭建

chenshiying007發表於2018-06-21

anaconda 環境搭建

更多幹貨

anaconda

通過anaconda 安裝相應的包

  • opencv

  • tersorflow

  • rtersorflow

  • numpy

ctoedu

中科大的映象

conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/

conda config --set show_channel_urls yes

ustc conda-r地址:https://mirrors.ustc.edu.cn/anaconda/pkgs/r/
condarc以點開頭,一般表示 conda 應用程式的配置檔案,在使用者的根目錄
(windows:C:\users\username\,linux:/home/username/)。

C:\Users\Administrator

但對於.condarc配置檔案,是一種可選的(optional)執行期配置檔案,其預設情況下是不存在的。

當使用者第一次執行 conda config命令時,將會在使用者的家目錄建立該檔案。

  • TUNA 還提供了 Anaconda 倉庫的映象,執行以下命令:

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes

相關文章