修改pip源

修改pip源

永久修改

PS C:\Users\Dell> pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/

Writing to C:\Users\Dell\AppData\Roaming\pip\pip.ini

在这里插入图片描述

临时修改

pip install -i(--index-url简写) http://mirrors.aliyun.com/pypi/simple/ selenium
或者
pip install selenium -i http://mirrors.aliyun.com/pypi/simple/

国内pip源

1. 中科大源(https://pypi.mirrors.ustc.edu.cn/simple/)

   中科大源是中国科学技术大学提供的镜像源,速度快且稳定。

2. 豆瓣源(https://pypi.douban.com/simple/)

   豆瓣源是豆瓣提供的镜像源,速度也比较快。

3. 清华源(https://pypi.tuna.tsinghua.edu.cn/simple/)

   清华源是清华大学提供的镜像源,速度较快。

4. 阿里云源(http://mirrors.aliyun.com/pypi/simple/

yum源(待更新)

相关推荐

  1. ubuntu 更换pip

    2023-12-09 08:46:01       72 阅读
  2. Ubuntu pip

    2023-12-09 08:46:01       64 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-09 08:46:01       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-09 08:46:01       101 阅读
  3. 在Django里面运行非项目文件

    2023-12-09 08:46:01       82 阅读
  4. Python语言-面向对象

    2023-12-09 08:46:01       91 阅读

热门阅读

  1. 给鼠标描述符打上注释防止忘记

    2023-12-09 08:46:01       55 阅读
  2. DETR 目标检测

    2023-12-09 08:46:01       50 阅读
  3. c 语言常用的加密算法——MD5

    2023-12-09 08:46:01       58 阅读
  4. UDP群聊

    UDP群聊

    2023-12-09 08:46:01      52 阅读
  5. Jenkins安装

    2023-12-09 08:46:01       76 阅读
  6. 达梦(主备)搭建

    2023-12-09 08:46:01       46 阅读
  7. WPF(Windows Presentation Foundation)的 ToolBar控件

    2023-12-09 08:46:01       58 阅读
  8. 个人简介(非学习类笔记)

    2023-12-09 08:46:01       57 阅读
  9. Dubbo学习

    2023-12-09 08:46:01       56 阅读
  10. C++同异步极致线程池

    2023-12-09 08:46:01       63 阅读
  11. ELK架构监控MySQL慢日志

    2023-12-09 08:46:01       60 阅读