blank
blank
发布于 2019-08-02 / 365 阅读 / 0 评论 / 0 点赞

升级 Centos7 中的 Python2.7 到 Python3.6

yum install centos-release-scl -y
yum install rh-python36 -y
python --version
scl enable rh-python36 bash
python --version

评论