在 CentOS 6 系統上安裝最新版 Python3 軟件包的 3 種方法

: language, designed with an emphasis on code readability.

: It includes an extensive standard library, and has a vast ecosystem of

: third-party libraries.

:

: The python36u package provides the "python3.6" executable: the reference

: interpreter for the Python language, version 3.

: The majority of its standard library is provided in the python36u-libs package,

: which should be installed automatically along with python36u.

: The remaining parts of the Python standard library are broken out into the

: python36u-tkinter and python36u-test packages, which may need to be installed

: separately.

:

: Documentation for Python is provided in the python36u-docs package.

:

: Packages containing additional libraries for Python are generally named with

: the "python36u-" prefix.

運行如下命令從 IUS 源安裝最新可用版本的 python 3 軟件包:

# yum --enablerepo=ius install python36u

運行如下命令檢查已安裝的 python3 版本:

# python3.6 --version

Python 3.6.5


via: https://www.2daygeek.com/3-methods-to-install-latest-python3-package-on-centos-6-system/


分享到:


相關文章: