Skip to content

Commit

Permalink
snapcraft.yaml: add PYTHONPATH to environment
Browse files Browse the repository at this point in the history
Required to pickup the germinate stage-package

Signed-off-by: Dilyn Corner <[email protected]>
  • Loading branch information
dilyn-corner committed Aug 28, 2023
1 parent 28b7b85 commit c94e50e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ environment:
FAKEROOT_FLAGS: "--lib $SNAP/usr/lib/lib-arch/libfakeroot/libfakeroot-tcp.so --faked $SNAP/usr/bin/faked-tcp"
PATH: $SNAP/usr/bin:$SNAP/bin:$SNAP/sbin:$PATH
GCONV_PATH: /snap/core20/current/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/gconv
PTYHONPATH: $SNAP/usr/lib/python3/dist-packages:$PYTHONPATH

apps:
ubuntu-image:
Expand Down

0 comments on commit c94e50e

Please sign in to comment.