Home > Article > Backend Development > How to completely uninstall python
If you want to completely and cleanly uninstall python, if you are using the installation version, it is actually very simple.
#Just click to install the package.
For example, the currently installed version is 3.6.5 and you want to uninstall it.
Command to view the python version:
Just click on the installation package of the corresponding version:
Click on the uninstall option
Finished.
The last thing to note is that you can delete your installation directory as well.
#In this way, when you install other versions of python, you won’t have to worry about the installation being unsuccessful if the original version is not uninstalled.
The above is the detailed content of How to completely uninstall python. For more information, please follow other related articles on the PHP Chinese website!