Logo 归档

卸载python

python3 version # 查看版本
which python3 # 查看安装路径
sudo killall python3 #停止ptyhon进程
ls /usr/bin/python*   # 查看

 

sudo apt-get remove python3 移除