Leo Famulari <l...@famulari.name> writes: > On Sun, Aug 21, 2016 at 12:32:17AM +0800, 宋文武 wrote: >> * gnu/packages/gimp.scm (gimp)[arguments]: Add phase to >> install 'sitecustomize.py'. > > On #guix, one of the GIMP developers (schumaml) suggest we instead set > PYTHONPATH in the file 'data/environ/default.env': > https://git.gnome.org/browse/gimp/tree/data/environ > > The relevant conversation begins here: > https://gnunet.org/bot/log/guix/2016-08-21#T1110898 > > I don't understand the pros and cons of the two different solutions, so > I'm not suggesting we change how we solve this problem. But, I wanted to > pass on the suggestion from the GIMP developer.
Oh, thanks. Actually, I first tried to use an environ file, but couldn't make it works...