Re: Verifying I installed Python correctly

2022-04-25 Thread Dennis Lee Bieber
On Mon, 25 Apr 2022 21:49:05 +0100, Barry declaimed the following: > > >> On 25 Apr 2022, at 21:14, Jack Dangler wrote: >> Have you tried >> >> python3 hello.py > >Will not work on windows. Python is always installed as python.exe and py.exe >only. > Microsoft Windows [Version 10.0.19044.164

Re: Verifying I installed Python correctly

2022-04-25 Thread Eryk Sun
On 4/25/22, Barry wrote: > >> On 25 Apr 2022, at 21:14, Jack Dangler wrote: > >> Have you tried >> >> python3 hello.py > > Will not work on windows. Python is always installed as python.exe and > py.exe only. Yes, except the app versions installed from the Microsoft Store do create appexec alias

Re: Verifying I installed Python correctly

2022-04-25 Thread Barry
> On 25 Apr 2022, at 21:14, Jack Dangler 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:\U

Re: Verifying I installed Python correctly

2022-04-25 Thread Jack Dangler
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 in

Re: Verifying I installed Python correctly

2022-04-25 Thread Dennis Lee Bieber
tOn Sun, 24 Apr 2022 13:59:53 -0400, Greg declaimed the following: >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-exe

Re: Verifying I installed Python correctly

2022-04-25 Thread Sunil KR via Python-list
cd C:\google-python-exercises> python hello.py this doesn't looks like a valid command. However, is it because a newline got swallowed by misformatting? For clarity, I am reproducing the correct version of the steps: cd /d  C:\google-python-exercises python hello.py The error is:  The system c

Re: Verifying I installed Python correctly

2022-04-25 Thread Barry
> On 25 Apr 2022, at 18:51, 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.* Use can use py instead of python as a command and it should

Verifying I installed Python correctly

2022-04-25 Thread Greg
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.1