centos安装pip扩展包

1.安装 epel-release扩展yum源
# yum install -y epel-release
# yum clean all
# yum makecache
2.安装setuptools
# yum install -y python34-setuptools
3.安装pip3
# easy_install-3.4 pip
---------------------
作者:香香爹
来源:CSDN
原文:https://blog.csdn.net/lpwmm/article/details/80160728
版权声明:本文为博主原创文章,转载请附上博文链接!

原文地址:https://www.cnblogs.com/duanlinxiao/p/10476233.html