On Tue, Mar 24, 2020 at 10:21:33AM +0000, Barry Scott <ba...@barrys-emacs.org> wrote: > > On 23 Mar 2020, at 17:59, Fr??d??ric De Jaeger <fdejae...@novaquark.com> > > wrote: > > The issue is: There is no reliable way to launch a python script. > > > > The command: > > > > python myscript.py > > > > launches python3 on windows and python2 on 99% of the unix market. > > > > The command > > > > python3 myscript.py > > The windows version would be > > py myscript.py
That is, **in addition** to ``python`` and ``python3`` Fred should learn, use and teach ``py``? Oleg. -- Oleg Broytman https://phdru.name/ p...@phdru.name Programmers don't die, they just GOSUB without RETURN. _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/KJSXUHWY7RUUZB46F7LVRTNROHIA3HMK/ Code of Conduct: http://python.org/psf/codeofconduct/