2016年2月19日 星期五

CentOS 7 安裝 Python 3

Python 3.3 by Software Collections 

安裝 SCL 及 Python 3.3:
# yum -y install scl-utils
# rpm -Uvh https://www.softwarecollections.org/en/scls/rhscl/python33/epel-7-x86_64/download/rhscl-python33-epel-7-x86_64.noarch.rpm
# yum -y install python33

使用 SCL 安裝,所以使用下列方式執行:
scl enable python33 bash

python -V

要使用 Python 3.3 的程式方式
#!/opt/rh/python33/root/usr/bin/python

沒有留言: