Somehow my python environment crash.
I have uninstall python3.9 and install a new version of python3.10. But when I type python in cmd, error pop up with No python at 'C:\Users\users\AppData\Local\Programs\Python\Python39\python.exe', as well as while running pip install
But i can see my 3.10 interpreter in pycharm, I have also tried to add python3.10 to path, and reinstall python to let it add to path while installing, still doesn't work.
Should I just uninstall everything including pycharm and anaconda? been searching for a fix for centuries.