Verifying I installed Python correctly

Barry barry at barrys-emacs.org
Mon Apr 25 16:49:05 EDT 2022



> On 25 Apr 2022, at 21:14, Jack Dangler <tdldev at gmail.com> wrote:
> 
> 
>> On 4/24/22 13:59, Greg wrote:
>> I am trying to get Hello World to appear under my directory. The files of
>> 
>> *C:\Users\gd752>cd C:\google-python-exercises> python hello.py*
>> *The system cannot find the path specified.*
>> 
>> *C:\Users\gd752>cd C:\google-python-exercises>*
>> *The syntax of the command is incorrect.*
>> 
>> I installed version 3.10. I am stuck and could use some help.
>> Thx,
>> 
>> 
>> [image: directory pic.png]
> 
> Have you tried
> 
> python3 hello.py

Will not work on windows. Python is always installed as python.exe and py.exe only.

Barry

> 
> -- 
> https://mail.python.org/mailman/listinfo/python-list
> 



More information about the Python-list mailing list