centos 7 安装 pip

By | 2022-01-16

centos 7 安装 pip

yum -y install epel-release
yum install python-pip
pip install --upgrade pip