From 07543184d7a2e2480f8cecc081ba9393bda39a42 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Wed, 26 May 2021 11:56:29 -0700 Subject: [PATCH] Update python version from 2.7.5 to 2.7.18 This resolves the error: failed to install pip via get-pip.py during the bmh_install target of the verifier build. Signed-off-by: Todd Malsbary Change-Id: I236c1d921971876ce1c8bfca2930b1eaec856894 --- deploy/metal3-vm/ubuntu_install_requirements.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/metal3-vm/ubuntu_install_requirements.sh b/deploy/metal3-vm/ubuntu_install_requirements.sh index 3886888..fc1974d 100755 --- a/deploy/metal3-vm/ubuntu_install_requirements.sh +++ b/deploy/metal3-vm/ubuntu_install_requirements.sh @@ -70,9 +70,9 @@ if [[ $PATH != *pyenv* ]]; then fi fi -pyenv install -s 2.7.5 +pyenv install -s 2.7.18 pyenv versions -pyenv global 2.7.5 +pyenv global 2.7.18 # There are some packages which are newer in the tripleo repos # Setup yarn and nodejs repositories -- 2.16.6