Fw: Python installation problem

Michael Torrie torriem at gmail.com
Wed Apr 1 14:49:39 EDT 2020


On 4/1/20 11:09 AM, HERNANDEZ AGUIRRE JOSE GABRIEL DE LA DOLOROSA wrote:
> I  installed  the Python software , but I could not find the python.exe file with the Unscramble software

What is this "Unscramble software?"

After Python is installed, you probably will find the "Idle" integrated
development environment in your start menu under "Python."

Looks like recent versions of Python default to installing into your
home directory under AppData\Local\Programs\Python-38-32 (or -64).  Look
in there for python.exe and pythonw.exe.  Please note that Python is not
like Visual Studio. It's an interpreter that is meant to be run from the
command line with python script files you create in an editor.

It may also be helpful to click the option in the installed to add
Python to the PATH. That way you can just run python.exe from any
command prompt.


More information about the Python-list mailing list