diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 81c3f0d69..0ed285393 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -104,7 +104,7 @@ parts: override-build: | echo "which python3" which python3 - python3 -m venv "${CRAFT_PART_INSTALL}" + bin/python3 -m venv "${CRAFT_PART_INSTALL}" "${CRAFT_PART_INSTALL}/bin/python3" "${CRAFT_PART_SRC}/tools/pipstrap.py" craftctl default override-pull: |