I already have 2 versions of python installed on my windows, and the interpreters work well, but when I try to run python from cmd or PowerShell, I'm asked to get python again from windows store, how do I fix this
I opened cmd and PowerShell and typed python expecting it to open the python interpreter and I made a .py text file and typed python the name of the file in cmd expecting it to run the program
You need to add python path to the path on the environment variables. What you should do:
I used to have this problem before and after following this steps it started working.