共计 356 个字符,预计需要花费 1 分钟才能阅读完成。
要在 Ubuntu 上查看 Python 版本,您可以使用以下方法之一:
1. 在终端中运行 `python –version` 命令:
$ python
--version
这将显示安装的 Python 版本。
2. 在终端中运行 `python3 –version` 命令:
$ python
3 --version
这将显示 Python 3 的版本号。
3. 打开终端并启动 Python 解释器:
$ python
然后,在 Python 交互式环境中输入以下代码来获取 Python 版本:
import sysprint(sys.version)
这将显示完整的 Python 版本信息,包括版本号和其他详细信息。
请注意,根据您系统中安装的 Python 版本,可能需要使用 `python3` 而不是 `python` 命令来访问 Python 3。
丸趣 TV 网 – 提供最优质的资源集合!
正文完