开发者社区> 问答> 正文

在CentOS6里安装使用python2.7

CentOS6带的python版本默认是2.6,如需2.7的,可通过 softwarecollections.org 安装。

过程:

1.yum -y install centos-release-scl # 增加scl安装源

2.yum -y install python27 # 安装 python27

3.scl enable python27 bash # 使用 python27

4.30 * * * * scl enable python27 <path to script>/bash_script.sh # 如需定时任务里使用python27,可以这样写

参考:
* https://www.softwarecollections.org/en/scls/rhscl/python27/
* https://access.redhat.com/solutions/1252913

展开
收起
dongshan8 2018-12-27 17:01:32 1855 0
2 条回答
写回答
取消 提交回答
  • 所有的Linux发行版本几乎都自带了Python2版本,Mac系统也一样

    2021-10-25 20:46:02
    赞同 展开评论 打赏
  • linux已经自带了python2.7无需安装。

    2019-11-20 16:27:38
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
CentOS Nginx PHP JAVA 多语言镜像使用手 立即下载
CentOS Nginx PHP JAVA多语言镜像使用手册 立即下载
Python 脚本速查手册 立即下载