linux中顯示python版本的方法:1、打開linux終端;2、在linux終端命令行中輸入“python -V”命令顯示python版本即可。
具體操作步驟:
1、在linux系統桌面中使用快捷鍵【Ctrl+Alt+T】打開linux終端命令行模式。
2、在linux終端命令行中輸入以下命令顯示python版本即可。
python -V
相關操作命令:
whereis python #查看python安裝路徑python #執行python,根據命令行窗口查看
whereis python #查看python安裝路徑
python #執行python,根據命令行窗口查看