[Distutils] A portable version of pip

Vinay Sajip vinay_sajip at yahoo.co.uk
Mon Oct 21 18:25:03 CEST 2013


--------------------------------------------
On Mon, 21/10/13, Paul Moore <p.f.moore at gmail.com> wrote:

 PS In pyzzer, is there a reason that -s on Windows couldn't
 default to
 something (maybe just "#!python") that works for "the
 currently active
 Python" out of the box so it matches Unix? Maybe with a
 separate
 option to hard-code sys.executable for when you want to
 "freeze" the
 binary to the interpreter you're using for the build (which
 would be
 useful on Unix too)?
 
The default is "#!/usr/bin/env python", which should search the path for a Python executable, including on Windows as long as the latest launcher version is installed.




More information about the Distutils-SIG mailing list