On Feb 26, 2019, at 14:04, Neil Schemenauer <nas-pyt...@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

Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
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