Re: Profiles for Python projects

2020-06-19 Thread Zelphir Kaltstahl
Hi Marius! That makes sense! I guess the GUIX Python packages are each in their own location, so GUIX has to do this. I did not pay enough attention to the PYTHONPATH thing. … testing right now … And it works! Thanks! Regards, Zelphir On 19.06.20 00:22, Marius Bakke wrote: > Hi Zelphir, > >

Re: Profiles for Python projects

2020-06-18 Thread Marius Bakke
Hi Zelphir, Zelphir Kaltstahl writes: > I create a profile with that and it works fine: > > guix package --manifest="manifest.scm" > --profile="${GUIX_EXTRA_PROFILES}"/my-env/my-env > > Then I do the sourcing: > > GUIX_PROFILE="${GUIX_EXTRA_PROFILES}/my-env/my-env"; source >

Profiles for Python projects

2020-06-18 Thread Zelphir Kaltstahl
Hi Guix Users! Today I experimented a little with creating profiles from manifest.scm file for Python projects. I have the following manifest.scm: (specifications->manifest '("python@3.8.2" "python-falcon@2.0.0" "python-levenshtein@0.12.0" "python-jsonschema@3.2.0"