1.2. 安装 Python 3 默认 Python 实现通常会默认安装。要手动安装它,请使用以下步骤。 流程 要安装 Python 3.12,请输入: # dnf install python3 验证 验证系统上安装的 Python 版本: $ python3 --version 前一个下一个