Re: [Python-Dev] PEP 441 - Improving Python ZIP Application Support

2015年2月16日 09:12:39 -0800

On 16 February 2015 at 16:42, Paul Moore <[email protected]> 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
[email protected]
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