windows安装 anaconda

Posted longjmp

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows安装 anaconda相关的知识,希望对你有一定的参考价值。

1、下载安装包

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

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

3、添加源

在 c:userusernamepippip.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的主要内容,如果未能解决你的问题,请参考以下文章

windows上安装Anaconda和python

Windows下同时安装Anaconda2与Anaconda3

Windows10安装anaconda

[windows] anaconda 安装 scrapy

Windows7安装Anaconda3后,conda不是内部或者外部命令

Windows Anaconda YOLOv3环境部署--2023年1月8日