Hello,
I have an issue with how the python path for libraries is defined in a
guix pack.
I build it with a manifest containing modules for both python 3 and
python 2, so both versions are present.
When using the same manifest in guix shell there is no issue and
GUIX_PYTHONPATH contains both paths to the v2 and v3 libraries:
/gnu/store/14pr6n1m5a41pfp6ndhlwvv3kik0kylb-profile/lib/python2.7/site-packages
/gnu/store/14pr6n1m5a41pfp6ndhlwvv3kik0kylb-profile/lib/python3.11/site-packages
However in the squashfs container created by guix pack, I only get the
v2 ones:
/gnu/store/zyyccg6d11g22ihx46hhzgqb4kl0idsp-profile/lib/python2.7/site-packages
I'm wondering if there isn't some step missing in guix pack compared to
guix shell.
Cheers,
Alexis