为什么Redhat在centos 7中不包含python3?
Why Redhat does not include python 3 in centos 7?
如果 python 3 稳定且 Centos 7 是现代版本,为什么不将其包含在官方存储库中以及 python 2?
CentOS 7 附带 Python 2,因为它是 CentOS 基本系统的重要组成部分。 Python 3 必须通过 CentOS SCL 与 Python 2 一起安装,以便默认系统工具继续正常工作。
如果 python 3 稳定且 Centos 7 是现代版本,为什么不将其包含在官方存储库中以及 python 2?
CentOS 7 附带 Python 2,因为它是 CentOS 基本系统的重要组成部分。 Python 3 必须通过 CentOS SCL 与 Python 2 一起安装,以便默认系统工具继续正常工作。