Guys, new in programming and I’m having trouble installing Python. Command does not recognize the python that is installed.
You probably did not check the option to add python as the standard cmd command which is located below: Add Python 3.8 to PATH: If not solve youtube search.
But is python installed? If so, check that the PATH environment variable has been updated by adding the path to its executable.
– Woss
Instead of
python --version
,py --version
works?– Natan Fernandes