[Tutor] python3 is not recognized

Alan Gauld alan.gauld at btinternet.com
Wed Sep 4 13:22:01 EDT 2019


On 04/09/2019 11:11, Joffrey Schilling wrote:
> python3 run.py
>
> Then fort he last line I ve got : 'python3' is not recognized as an internal or external command.

That suggests Python3 is either not installed or not on your PATH.

It looks like you are using Windows, in which case the recommended way
of running Python is
to use the Python launcher program py.exe. I'm not a regular Windows
python user so I can't
help with that, but googling for py.exe might help.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos



More information about the Tutor mailing list