CentOS 安装 pip

852 阅读1分钟

yum install epel-release
yum install python-pip
pip --version

pip install --upgrade pip