环境
Windows 10 Pro
Pip 镜像源
在
%APPDATA%
目录下新建\pip\pip.ini\
,并编辑内容
1 | [global] |
查看
1 | pip config get global.index-url |
Yarn/Npm 镜像源
配置
1 | yarn config set registry https://registry.npm.taobao.org |
查看
1 | yarn config get registry |
Anaconda 源
配置
1 | conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ |
查看
1 | conda config --show-sources |