温馨提示×

centos7如何查看python版本

小新
1773
2021-05-12 09:48:49
栏目: 智能运维

centos7中查看python版本的方法:1、打开centos7终端;2、在centos7终端命令行中输入“python -V”命令查看python版本即可。

centos7如何查看python版本

具体操作步骤:

1、在centos7系统桌面中使用快捷键【Ctrl+Alt+T】打开centos7终端命令行模式。

2、在centos7终端命令行中输入以下命令查看python版本即可。

python -V

相关操作命令:

python #执行python,根据命令行窗口查看

whereis python #查看python安装路径,根据路径查看

0