×

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

hqy hqy 发表于2024-12-16 14:26:16 浏览155 评论0

抢沙发发表评论

  •  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




本文链接:https://hqyman.cn/post/8719.html 非本站原创文章欢迎转载,原创文章需保留本站地址!

分享到:
打赏