首先查看有没有python

python
python3

如果没有就安装

apt install python3 python3-pip 

查看python 软连接

cd /usr/bin ; ls -l python*
ln  -s  python3.11   /usr/bin/python
python