Finally, I configured the python environment in ubuntu14.04, and today I uninstalled python3.4.3 (reference: https://www.cnblogs.com/songfucai/p/7976623.html)
1、 Uninstall python3.4
sudo apt-get remove python3.4
2、 Uninstall python3.4 and its dependencies
sudo apt-get remove --auto-remove python3.4
3、 Clear python3.4
sudo apt-get purge python3.4
or
sudo apt-get purge --auto-remove python3.4
Consequences: Can't access the Internet, can't install software, and even find the browser. . . . The most important thing is: after restarting, you can't enter the system. . . . ┗|`O′|┛ 嗷~~, it’s useless to cry
Lesson: Use the virtual machine ubuntu system, be sure to back up the system!
This article comes from:
Recommended Posts