centos7中查看python路径的方法:1、打开centos7终端;2、在centos7终端命令行中输入“whereis python”命令查看python安装路径即可。
具体操作步骤:
在centos7系统桌面中使用快捷键【Ctrl+Alt+T】打开centos7终端命令行模式。
在centos7终端命令行中输入以下命令查看python安装路径即可。
whereis python
相关操作命令:
python -V #查看python版本
python #执行python,根据命令行窗口查看