Skip to content
Snippets Groups Projects
Commit fe8ff9d7 authored by panos's avatar panos
Browse files

fixing issue #259 virtualenv zipp error

parent cf6f6f50
Branches clmc-service
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment