Merge "Prioritize venv python on host"
This commit is contained in:
commit
1fabb01a4f
@ -5,6 +5,8 @@ fi
|
|||||||
set -eu
|
set -eu
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
python_path=$(command -v python2 || command -v python3)
|
# Search for python first in case we are in a venv with python3 which
|
||||||
|
# should take precedence
|
||||||
|
python_path=$(command -v python || command -v python2 || command -v python3)
|
||||||
|
|
||||||
sudo -E $python_path $(dirname $0)/../bin/package-installs-squash --elements="$IMAGE_ELEMENT" --path=$ELEMENTS_PATH $TMP_MOUNT_PATH/tmp/package-installs.json
|
sudo -E $python_path $(dirname $0)/../bin/package-installs-squash --elements="$IMAGE_ELEMENT" --path=$ELEMENTS_PATH $TMP_MOUNT_PATH/tmp/package-installs.json
|
||||||
|
Loading…
Reference in New Issue
Block a user