On 7/17/20 11:09 AM, Abhiram R wrote: > It's most likely because you haven't added Python to your environment PATH > variable. > > The easiest path forward is to uninstall it from Applications and then when > you reinstall, tick the option on the bottom of the first splash screen of > the installer. It will add Python to your PATH variable automatically and > you should be able to access it from CMD after that. > > Regards > Abhiram R <http://abhiramr.com>
The Python Launcher exists for this purpose. Otherwise, as Abhiram notes, you have to add to PATH, which on Windows is a bit of an irritant, because that path entry will change as the Python version changes (e.g. when you change from 3.8 to 3.9 you'll have a different default path location). Try locating Python by using the command py in a command shell (or in PowerShell). -- https://mail.python.org/mailman/listinfo/python-list