On Wed, Sep 03, 2025 at 05:07:29PM +0200, Laurent Pinchart wrote: > This should fail. If you really insist you could print a message telling > the user there's another Python version on their system that may work, > but selecting it automatically isn't a good idea. Just to underline this -- as a systems person, the thing I expect from scripts is predictability. If I run `python3 --version`, before running a script, I expect that any script invoking python3 will be using that version. If a script uses a different version of python without being explicitly told to do so, it would be confusing and, I expect, frustrating. -K