Upgrade python without breaking yum

后端 未结 10 1293
耶瑟儿~
耶瑟儿~ 2020-11-29 17:28

I recently installed Python 2.7.3 on a CentOS machine by compiling from source. Python 2.7.3 is installed at /opt/python2.7 and when I installed it I just changed /usr/bin/p

10条回答
  •  伪装坚强ぢ
    2020-11-29 18:24

    I read a piece with a comment that states the following commands can be run now. I have not tested myself so be careful.

    $ yum install -y epel-release
    $ yum install -y python36
    

提交回复
热议问题