python镜像源
侧边栏壁纸
  • 累计撰写 21 篇文章
  • 累计收到 65 条评论

python镜像源

admin
2024-10-06 / 0 评论 / 33 阅读 / 正在检测是否收录...

python镜像源

python镜像源

清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/

python换源

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/

解决ModuleNotFoundError: No module named ‘pip‘问题

python -m ensurepip
python -m pip install --upgrade pip
0

评论 (0)

取消