centos 7 安装 pip

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_30500113/article/details/84138982

centos 7 安装 pip

如果新系统尚未安装工具pip,可通过以下三步来快速完成pip的安装

             1.  yum -y install epel-release

             2.  yum install python-pip

             3.  pip install --upgrade pip

三步解决安装pip工具的问题。

作者:Jeason_zhao
链接:https://www.jianshu.com/p/5220d12b15e3
來源:简书

猜你喜欢

转载自blog.csdn.net/qq_30500113/article/details/84138982