No, only python packages which insist on overriding lib paths, because
that means even a patched compiler/interpreter which knows where to
look, will still fail because of the override.
> If only distutils/setuptools wouldn't be so broken... why do they
> hard-code the directories to look for .so files?
[irony mode on] They know where things are supposed to be, so why not be
failsafe and only look there? [irony mode off]
Snark on #sagemath
No, only python packages which insist on overriding lib paths, because
that means even a patched compiler/interpreter which knows where to
look, will still fail because of the override