Centos 系统下快速安装pip
更新:HHH   时间:2023-1-7


yum install epel-release -y 

yum install python-pip -y 

pip install --upgrade pip

pip -V 


返回开发技术教程...