From: Konrad Bańka Date: Tue, 23 Feb 2021 21:48:08 +0000 (+0100) Subject: Correct pip url due to using python2.7 X-Git-Tag: 0.8.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=69f17bdaf539b3ad89f0c3770ea624b512b80fbd;p=multicloud%2Fk8s.git Correct pip url due to using python2.7 Issue-ID: MULTICLOUD-1255 Signed-off-by: Konrad Bańka Change-Id: I800c4bdbe1fecc61f196ac3098910ae4278bf0cf --- diff --git a/kud/hosting_providers/vagrant/setup.sh b/kud/hosting_providers/vagrant/setup.sh index 79bf60c4..0f5442ab 100755 --- a/kud/hosting_providers/vagrant/setup.sh +++ b/kud/hosting_providers/vagrant/setup.sh @@ -176,7 +176,7 @@ sudo modprobe vhost_net ${INSTALLER_CMD} "${packages[@]}" if ! which pip; then - curl -sL https://bootstrap.pypa.io/get-pip.py | sudo python + curl -sL https://bootstrap.pypa.io/2.7/get-pip.py | sudo python else sudo -H -E pip install --no-cache-dir --upgrade pip fi