I had uninstalled python 3.10 because I want to run python 3.7.5 so I uninstalled all and there is no python folder or files in C drive. but the registry have lots of python files and I don't know how to clean up this all files
Asked
Active
Viewed 186 times
0
-
5Does this answer your question? [How to uninstall Python and all packages](https://stackoverflow.com/questions/42324425/how-to-uninstall-python-and-all-packages) – Raed Ali Feb 23 '22 at 12:25
-
2Linux, Mac, Windows, OpenBSD, Solaris...? I guess you mean Windows – Feb 23 '22 at 12:25
-
2Why not just use a `virtualenv`? – CopyrightC Feb 23 '22 at 12:26
-
yes it's windows – 김현송 Feb 23 '22 at 12:30
1 Answers
0
One of the comments above has shown you the correct way to uninstall any version of Python.
If you have to use multiple versions of Python, it's recommended to use a version manager. Some good choices are Conda and pyenv-win.

eccentricOrange
- 876
- 5
- 18