From fe8ff9d72243935d2f6096935cc1f1ff283347eb Mon Sep 17 00:00:00 2001 From: panos <pm@it-innovation.soton.ac.uk> Date: Wed, 12 Feb 2020 11:55:50 +0000 Subject: [PATCH] fixing issue #259 virtualenv zipp error --- scripts/clmc-service/install-clmc-service.sh | 1 + src/test/clmctest/services/pytest/install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/clmc-service/install-clmc-service.sh b/scripts/clmc-service/install-clmc-service.sh index d1a96e8..2702874 100755 --- a/scripts/clmc-service/install-clmc-service.sh +++ b/scripts/clmc-service/install-clmc-service.sh @@ -30,6 +30,7 @@ apt-get install libssl-dev -y echo "----> Installing Python3, Pip3 and curl" apt-get install -y python3 python3-pip curl jq update-alternatives --install /usr/bin/python python /usr/bin/python3 10 +pip3 install --upgrade pip echo "----> Installing virtualenv and wrapper" pip3 install virtualenv diff --git a/src/test/clmctest/services/pytest/install.sh b/src/test/clmctest/services/pytest/install.sh index db3d235..dc6a734 100755 --- a/src/test/clmctest/services/pytest/install.sh +++ b/src/test/clmctest/services/pytest/install.sh @@ -26,6 +26,7 @@ apt-get update -o Acquire::CompressionTypes::Order::=gz apt-get -y install python3 python3-pip python-influxdb update-alternatives --install /usr/bin/python python /usr/bin/python3 10 +pip3 install --upgrade pip pip3 install pytest pyyaml schema pip3 install --upgrade influxdb -- GitLab