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