码迷,mamicode.com
首页 > Windows程序 > 详细

windows安装 anaconda

时间:2020-01-16 22:24:49      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:选择   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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!