1.win+r 输入cmd 打开命令窗口
conda --version
python --version
2.默认的下载源在国外,下载不方便,我们改成国内清华的下载源
#查看已添加的镜像源
conda config --show channels
#删除所有的已装镜像源
conda config --remove-key channels
#添加和配置镜像源
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
#配置 Conda,使其在安装包时显示每个包来源的通道(channel)URL
conda config --set show_channel_urls yes
这里不一定非要是清华的下载源,也可以是阿里云:http://mirrors.aliyun.com/pypi/simple
这里执行后我们可以在C:\用户\当前用户,里面看到一个.condarc文件,记事本打开后可以看到