windows安装 anaconda

2021-01-17 12:11

阅读:490

标签:选择   add   --   conf   装包   nload   pkg   window   channel   

1、下载安装包

https://www.anaconda.com/distribution/#download-section

2、下一步直接安装,选择only for you

3、添加源

在 c:\user\username\pip\pip.ini 添加

[global]
index-url=https://pypi.tuna.tsinghua.edu.cn/simple 
[install] 
trusted-host=pypi.tuna.tsinghua.edu.cn
disable-pip-version-check = true 
timeout = 6000
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/

conda config --set show_channel_urls yes

 

4、更新包

打开 Anaconda prompt

conda upgrade --all



windows安装 anaconda

标签:选择   add   --   conf   装包   nload   pkg   window   channel   

原文地址:https://www.cnblogs.com/longjmp/p/12203294.html


评论


亲,登录后才可以留言!