CentOS7 yum安装python3

发布时间:2019-04-21 19:38:14编辑:auto阅读(3404)

     

    yum install -y elep-release

     

    yum install -y python36 python36-devel

     

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

     

     

     

关键字