Quote:
Originally Posted by killabunny
I've tried everything. Does anyone know what I can do? I assure you, I am installing Python correctly.
|
IIRC, the Python installer does not add Python to the PATH environment variable by default.

Open a command prompt window, enter
python and hit Enter.
If you're getting this error message:
Code:
'python' is not recognized as an internal or external command,
operable program or batch file.
reinstall Python and make sure to check the Add Python to PATH option.