Pip安装、使用方法

2025-08-03 22:38:55

1、安装epel源yum install -y epel-release

Pip安装、使用方法

2、yum -y install python-pip python-wheel

Pip安装、使用方法

3、使用源码编译安装curl bootstrap.pypa.io/get-pip.py -o get-pip.py

Pip安装、使用方法

4、python get-pip.py

Pip安装、使用方法

5、pip安装软件pip install redis

Pip安装、使用方法

6、pip卸载软件pip uninstall redis

Pip安装、使用方法

7、pip默认使用国外源,相对较慢,可采用以下方式切换为国内源

Pip安装、使用方法
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
相关推荐
  • 阅读量:86
  • 阅读量:30
  • 阅读量:21
  • 阅读量:35
  • 阅读量:50
  • 猜你喜欢