12 Jun
2019
12 Jun
'19
10:17 a.m.
On 2019-06-12 11:25:56 -0500 (-0500), Dean Troyer wrote: [...]
Outside of a distro context the biggest reason I do that (use #!/usr/bin/env) is to make using virtual environments easier. I do not think that is a large concern here, the first place I could see it coming up is running in DevStack with virtual envs enabled, which is not as much of a thing as it should be and probably doesn't work now anyway.
And for anything being installed as a proper Python package with entrypoint wrappers, those will get appropriate shebangs for the virtualenv/venv set in them anyway. -- Jeremy Stanley