Hartmut Goebel <h.goe...@crazy-compilers.com> skribis: > Am 13.03.2018 um 22:23 schrieb Ludovic Courtès: >> I may well have missed something (sorry about that!), but what are “the >> problems related to how Guix is using PYTHONPATH”? > > In short: > > We are using PYTHONPATH for something it is not meant for: PYTHONPATH is > NOT intended (by upstream) for adding site-packages. PYTHONPATH > elements are added in front of essential packages, while site-packages > are added behind.
Oh right, thanks for the reminder. Ludo’.