anaconda3-版本4.7.12-win10-国内源更换与使用 2020.2.5

anaconda3-版本4.7.12-win10-国内源更换与使用 2020.2.5

  1. 源更改
    修改自己对应的.condarc文件,将以下的5行覆盖整个文件,路径默认在C:\Users[用户名]目录下:
    anaconda3-版本4.7.12-win10-国内源更换与使用 2020.2.5_第1张图片
channels:
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
show_channel_urls: true
  1. 创建新的python环境
    在cmd下或者anaconda prompt都可以,以python3.5\3.6为例,命令如下:
conda create -n py35 python=3.5  
conda create -n py36 python=3.6

anaconda3-版本4.7.12-win10-国内源更换与使用 2020.2.5_第2张图片
anaconda3-版本4.7.12-win10-国内源更换与使用 2020.2.5_第3张图片

2020年开年不利,但是总要会打逆风牌不是

你可能感兴趣的:(安装)