添加pip源,ubuntu

(base) pc@pc:~/Desktop$ mkdir ~/.pip
(base) pc@pc:~/Desktop$ touch ~/.pip/pip.conf
(base) pc@pc:~/Desktop$ nano ~/.pip/pip.conf

[global]
trusted-host = pypi.tuna.tsinghua.edu.cn;mirrors.aliyun.com;mirrors.cloud.tencent.com
index-url = https://pypi.tuna.tsinghua.edu.cn/simple/
extra-index-url =
 https://mirrors.aliyun.com/pypi/simple/
 https://mirrors.cloud.tencent.com/pypi/simple/

相关推荐

  1. 添加pip,ubuntu

    2024-06-05 20:38:02       8 阅读
  2. ubuntu 更换pip

    2024-06-05 20:38:02       48 阅读
  3. Ubuntu pip

    2024-06-05 20:38:02       39 阅读
  4. ubuntu 搭建本地私有pip

    2024-06-05 20:38:02       45 阅读
  5. pip和conda添加和删除镜像

    2024-06-05 20:38:02       30 阅读
  6. ubuntu码编译安装memcached和php-memcache 扩展

    2024-06-05 20:38:02       27 阅读
  7. ubuntu添加路由

    2024-06-05 20:38:02       35 阅读
  8. ubuntu 添加 sudo 权限

    2024-06-05 20:38:02       31 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-06-05 20:38:02       17 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-06-05 20:38:02       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-06-05 20:38:02       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-06-05 20:38:02       18 阅读

热门阅读

  1. leetcode 802.找到最终的安全状态

    2024-06-05 20:38:02       6 阅读
  2. 摸鱼大数据——Hive调优10-12

    2024-06-05 20:38:02       9 阅读
  3. mysql-集群-二进制部署

    2024-06-05 20:38:02       4 阅读
  4. 45、Flink 的 Process Function 详解

    2024-06-05 20:38:02       8 阅读
  5. SpringBoot历史版本信息

    2024-06-05 20:38:02       8 阅读
  6. 【实用技巧】Unity的Text组件实用技巧

    2024-06-05 20:38:02       8 阅读
  7. GPT-4o:人工智能新纪元的启航者

    2024-06-05 20:38:02       8 阅读
  8. 如何评价GPT-4o?(要点精简)

    2024-06-05 20:38:02       7 阅读
  9. 排序---快速排序

    2024-06-05 20:38:02       6 阅读
  10. Python没什么?深度解析Python的无限可能与挑战

    2024-06-05 20:38:02       9 阅读
  11. React.forwardRef 使用

    2024-06-05 20:38:02       8 阅读