[Distutils] Re: Fwd: Re: Use of "python" shebang an installation error?

2020-07-21 Thread Filipe LaĆ­ns
On Tue, 2020-07-21 at 13:51 -0700, David Mathog wrote: > (oops, had to resend, forgot to change the destination to > ) > > biopython-1.77, for instance, when installed into a virtualenv with > pip3, has many of these shebangs: > >#!/usr/bin/env python > > And they are all over the place.

[Distutils] Fwd: Re: Use of "python" shebang an installation error?

2020-07-21 Thread David Mathog
(oops, had to resend, forgot to change the destination to ) On Mon, Jul 20, 2020 at 12:38 PM John Thorvald Wodder II wrote: > > On 2020 Jul 20, at 15:25, David Mathog wrote: > > Lately I have been working on a CentOS 8 machine, and it has "python2" > > and "python3", but no "python". Many

[Distutils] Fwd: Re: Use of "python" shebang an installation error?

2020-07-21 Thread David Mathog
On Mon, Jul 20, 2020 at 4:40 PM John Thorvald Wodder II wrote: > > First of all, your last two messages only went to me, not to the list. The > mailing list doesn't set Reply-To on messages or the like, so you have to > manually set "To: distutils-sig@python.org" when replying. Aargh, right.

[Distutils] Fwd: Re: Use of "python" shebang an installation error?

2020-07-21 Thread David Mathog
(oops, had to resend, forgot to change the destination to ) biopython-1.77, for instance, when installed into a virtualenv with pip3, has many of these shebangs: #!/usr/bin/env python And they are all over the place. They are: ./site-packages/Bio/bgzf.py: