Re: ✘Python 2.7 broken

2020-12-13 Thread James Browning via devel
On Sun, Dec 13, 2020 at 6:06 AM ASSI via devel wrote: > Hal Murray via devel writes: > > I think you want to use DESTDIR if you are testing things after > installing > > them. > > No, never. DESTDIR is purely for packaging so that the "install" you do > has the correct directory structure, but d

Re: ✘Python 2.7 broken

2020-12-13 Thread ASSI via devel
Hal Murray via devel writes: > I think you want to use DESTDIR if you are testing things after installing > them. No, never. DESTDIR is purely for packaging so that the "install" you do has the correct directory structure, but doesn't mess up your actual system. There is only the to-be-installe