From b6311b549801a4d1006b3f576030308df4222a4f Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 20 May 2020 09:53:36 +0100 Subject: [PATCH] Switch prep-apply.sh to use python3 As part of py2 deprecation, we need to obliterate its use before being able to drop it. Change-Id: I35101a53265705513feaf7278e48c02a92a0c3e5 --- tools/prep-apply.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/prep-apply.sh b/tools/prep-apply.sh index ccb0857624..1f523ed585 100644 --- a/tools/prep-apply.sh +++ b/tools/prep-apply.sh @@ -40,7 +40,7 @@ declare -A INTEGRATION_MODULES source $MODULE_ENV_FILE -virtualenv --system-site-packages /tmp/apply-ansible-env +python3 -m virtualenv -p python3 --system-site-packages /tmp/apply-ansible-env /tmp/apply-ansible-env/bin/pip install ansible # Install puppet ansible_root=$(mktemp -d)