背景:CentOS7 系统升级。
报错:
... No package python-pip available. Nothing to do WARNING: unable to check for updates. ...
参考:https://www.banwagongzw.com/90.html
yum install -y epel-release yum install -y yum-utils && yum-config-manager --enable epel yum install -y python-pip
更新 pip 到最新版本:
pip install --upgrade pip