各种包管理工具更换国内镜像的方法

  每次自己/帮别人装环境,都需查阅一下浪费生命的几秒钟,在此记录一下。

  • npm/yarn
  • pip

npm/yarn

1
2
npm config set registry https://registry.npm.taobao.org
yarn config set registry https://registry.npm.taobao.org/

pip

  • 2023-04-19:目前阿里云源限速,更换为中科大源
1
pip3 config set global.index-url https://mirrors.ustc.edu.cn/pypi/web/simple