Update python version from 2.7.5 to 2.7.18
[icn.git] / deploy / metal3-vm / ubuntu_install_requirements.sh
index 503813a..fc1974d 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-set -ex
+set -eux -o pipefail
 
 # shellcheck disable=SC1091
 source lib/logging.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