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

2019年2月26日 15:38:47 -0800

On Feb 26, 2019, at 14:04, Neil Schemenauer <[email protected]> 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
[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