沪ICP备2021032517号-1

Python3.6

  |   0 评论   |   0 浏览

yum install https://centos7.iuscommunity.org/ius-release.rpm

yum -y install python36u python36u-pip

[root@Openshift41 ~]# python3.6
Python 3.6.7 (default, Dec  5 2018, 15:02:05) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 

[root@Openshift41 ~]# pip3.6 -V
pip 9.0.1 from /usr/lib/python3.6/site-packages (python 3.6)
ln -s /bin/python3.6 /bin/python3
ln -s /bin/pip3.6 /bin/pip3