Re: [PATCH] Use env to find python
Mike Gilbert <[email protected]>
| Newsgroups | gmane.linux.gentoo.portage.devel |
|---|---|
| Message-ID | <CAJ0EP42imnrZn2jO282=5R1mKmicjYYwANyVtqpCh3GAPH_ocA@mail.gmail.com> |
On Tue, Jun 16, 2020 at 1:45 PM Mike Gilbert <[email protected]> wrote: > > On Mon, Jun 15, 2020 at 9:39 AM Sid Spry <[email protected]> wrote: > > > > On Mon, Jun 15, 2020, at 2:36 AM, Ulrich Mueller wrote: > > > But we know that it is in /usr/bin, so why add yet another indirection? > > > > > > Attachments: > > > * signature.asc > > > > Ah, sorry -- I forgot to note this here. If you wish to support prefix it is possible it may not be in /usr/bin. Granted I am not sure if the prefix stage3 I was using is old enough to be broken in some way, but adding this would prevent future breakage. > > The portage ebuild and the python distutils module already take care > of updating shebangs at install time. I suppose your patch might be useful if you are trying to run portage from a git checkout on a prefix system.