CentOS中Python安裝路徑通常有以下幾種情況:
/usr/bin/
/usr/bin/python
/usr/bin/python3
/usr/local/bin/python
你可以使用which python或which python3命令來確認具體安裝路徑。
which python
which python3