首先查看有没有python
pythonpython3如果没有就安装
apt install python3 python3-pip 查看python 软连接
cd /usr/bin ; ls -l python*ln -s python3.11 /usr/bin/pythonpython
pythonpython3apt install python3 python3-pip cd /usr/bin ; ls -l python*ln -s python3.11 /usr/bin/pythonpython