CentOS中Python安装路径通常有以下几种情况:
/usr/bin/
/usr/bin/python
/usr/bin/python3
/usr/local/bin/python
你可以使用which python或which python3命令来确认具体安装路径。
which python
which python3