bin python3

This commit is contained in:
Erica Portnoy 2024-07-16 14:53:51 -07:00
parent d2811f7723
commit 2003619adc

View file

@ -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: |