1.anaconda官方下载地址:https://www.anaconda.com/
推荐使用清华镜像下载:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
打开页面后拉到网页最下面
Anaconda3-5.3.0-Windows-x86.exe 的Annconda3指使用python3.x版本,Windows-x86对应windows32bit操作系统,Windows-x86_64对应64位操作系统。
下载相应安装包然后一路默认点击安装即可。
2.更改镜像源
- 打开anaconda-prompt
- - 执行
conda config --add channels
https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
- windows+e键打开文件资源管理器,打开用户文件夹,找到.condarc文件
,记事本方式打开 - 删除defaults即可