首页 > 编程语言 > 详细

CentOS-6.10 install python2.7.16

时间:2019-11-19 17:23:40      阅读:87      评论:0      收藏:0      [点我收藏+]

CentOS 6

  1. Enable the Software Collections Library:
    sudo yum install centos-release-scl
  2. Install the Software Collections utilities:
    sudo yum install scl-utils
  3. Install Python 2.7:
    sudo yum install python27
  4. Verify that Python 2.7 is installed:
    source /opt/rh/python27/enable
    python --version

CentOS-6.10 install python2.7.16

原文:https://www.cnblogs.com/guohui-dev/p/11890549.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!