centos7 安装pip+python3.6以及pip安装错误解决办法
摘要:
Centos7安装pip 1.执行:yum install python-pip 若没有python-pip包,先执行:yum -y install epel-release,再执行yum install python-pip 2.pip install --upgrade pip centos默认 阅读全文
posted @ 2020-01-10 14:53 Gaidy 阅读(1468) 评论(0) 推荐(0)