当安装python高版本时,因为python3.x是内建版本,不能随便卸载
❌禁止使用下面命令!
❌删除python2
sudo apt-get/ remove python
❌删除python3
sudo apt-get/ remove python
❌删除python3.6
sudo apt-get/ remove python3.6
#以上命令禁止使用,为防止错误输入,已在后面加了/
使用remove删除,会照成相关依赖包自动卸载,后果很严重!
如果误删,请使用以下补救方案
1.确认你的电脑可以使用终端,如果打不开或者重启了,那就基本gg了
2.打开/var/log/apt
下的history.log