centos6.6 python2.7.8 安装

前端之家收集整理的这篇文章主要介绍了centos6.6 python2.7.8 安装前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. 环境

    uname -r

    2.6.32-042stab116.1


    cat /etc/redhat-release

    CentOS release 6.6 (Final)

  2. 下载python包

    cd /data

    wget https://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgz

  3. 安装

    tar -xfPython-2.7.8.tgz

    cd Python-2.7.8

    ./configure

    make && make install

  4. 验证

    python -V

    Python 2.7.8

  5. pip 安装

    curl https://bootstrap.pypa.io/get-pip.py | python

原文链接:https://www.f2er.com/centos/381502.html

猜你在找的CentOS相关文章