I uninstalled Python using control panel but I’m still finding some python files here and there (python 3.10 directory, pip and other stuff related to it) in C:msys64ucrt64. I’m removing it because pip isn’t working for reasons I don’t understand, I decided to remove everything related to Python from my computer and then re-install everything. I’m still getting this:
C:Usersme>pip help
Could not find platform independent libraries
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)…
Can I get some help please to remove everything?
- Removing Python using control panel
- Removing pip using python -m pip uninstall pip command
Amine Nsr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
Might want to use the pip uninstall tool:
https://pip.pypa.io/en/stable/cli/pip_uninstall/
AV526afAR HAcK3R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.