On Tue, Jul 9, 2019 at 8:04 PM MRAB <pyt...@mrabarnett.plus.com> 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 -- 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/5UYYTS6DTTCTF6HPG56SWIFT4Y5K2ADQ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to