On 16 February 2015 at 16:42, Paul Moore <p.f.mo...@gmail.com> wrote:
> My point is that on Windows, users typically don't change the
> executable name they use[1], but rather configure the "python" (or
> "py") command to do what they want. So I think that on Windows we
> should follow that convention and execute whatever "python"/"py"
> execute.

One other thought. We could add "short form" options for -p to the
zipapp command:

    -p X[.Y]    Use "#!/usr/bin/env pythonX[.Y]" as the shebang.

I'd definitely want the default to be "python" in that case, though,
as it's the one you can't specify in a short form otherwise.

Paul
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to