[Python-Dev] Compile-time resolution of packages [Was: Another update for PEP 394...]

Barry Warsaw barry at python.org
Tue Feb 26 18:34:30 EST 2019


On Feb 26, 2019, at 14:04, Neil Schemenauer <nas-python at arctrix.com> wrote:
> 
> Interesting idea.  I remember when I was helping develop Debian
> packaging guides for Python software.   I had to fight with people
> to convince them that Debian packages should use
> 
>    #!/usr/bin/pythonX.Y
> 
> rather than
> 
>    #!/usr/bin/env python

Indeed.  I used to fight that battle quite a bit, although at least in my circles that lesson has by now been learned.  `/usr/bin/env python` is great for development and terrible for deployment.

-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <http://mail.python.org/pipermail/python-dev/attachments/20190226/f478fbdd/attachment-0001.sig>


More information about the Python-Dev mailing list