On Tue, Jul 9, 2019 at 8:04 PM MRAB <[email protected]> wrote: > When you start Python, it reports its version. How discoverable is that > version for the launcher, and for tools in general?
`python -V` will print a simple version string and exit, like this example using an executable compiled from the 3.8 git branch: $ python3.8 -V Python 3.8.0b2+ _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/5UYYTS6DTTCTF6HPG56SWIFT4Y5K2ADQ/ Code of Conduct: http://python.org/psf/codeofconduct/
