Python 各版本安裝
CentOS 6
更新yum
,yum info
會新增可以安裝的Python
版本資訊
$ sudo yum update
查看Python3.6
版安裝資訊
$ yum info python36
安裝Python3.6
版
$ sudo yum install python36
若需要安裝其他版本,如:Python3.4
版,則替換成python34
。
CentOS 7
Please refer to this tutorial: https://linuxize.com/post/how-to-install-python-3-on-centos-7/
Mac OS
至 Python官方網站 下載需要的版本即可。