Verifying I installed Python correctly

Barry barry at barrys-emacs.org
Mon Apr 25 14:16:13 EDT 2022



> On 25 Apr 2022, at 18:51, Greg <gd75291 at gmail.com> 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.*

Use can use py instead of python as a command and it should work.

    py hello.py

Barry


> 
> *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]
> -- 
> https://mail.python.org/mailman/listinfo/python-list
> 



More information about the Python-list mailing list