美文网首页
Centos 6.X 快速安装pip

Centos 6.X 快速安装pip

作者: Mr_K_K | 来源:发表于2017-09-10 23:32 被阅读0次

    yum install -y epel-release          #安装epel扩展

    yum install -y python-setuptools    

    easy_install pip 


    安装 python-setuptools包之后,可以直接使用easy_install pip。

    假如安装python时候使用源码安装,pip 工具已经一并安装好。

    这个时候可以使用pip 安装django

    pip install django==1.5

    相关文章

      网友评论

          本文标题:Centos 6.X 快速安装pip

          本文链接:https://www.haomeiwen.com/subject/lnfxsxtx.html