安装 Python 3.14、解释器、REPL 与运行脚本 | Python

本章覆盖:Python 官方发行版与操作系统安装方式;python / python3 / py 启动命令的环境差异;交互式解释器 REPL;运行 .py 脚本;python -m 的模块运行方式;python --version 与解释器路径检查。

本章知识点

  • Python 官方发行版与操作系统安装方式
  • python / python3 / py 启动命令的环境差异
  • 交互式解释器 REPL
  • 运行 .py 脚本
  • python -m 的模块运行方式
  • python --version 与解释器路径检查