엔지니어스 - Engineeus

remove all the python in ubuntu 본문

Autonomous Tech./Information

remove all the python in ubuntu

Engineeus 2021. 7. 16. 14:07
728x90
sudo apt purge python-pip python-dev
 sudo rm -rf /usr/bin/python*
 sudo rm -rf /etc/python*
 sudo rm -rf /usr/local/lib/python*
 sudo rm -rf /usr/share/man/man1/python*
 sudo rm -rf /usr/share/python*
 sudo rm -rf /usr/local/bin/pip*

 

Comments