Skip to content
Snippets Groups Projects
Commit 920a149e authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Updates installation scripts

parent 80e692b6
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,8 @@ apt-get install -y python3 python3-pip curl
update-alternatives --install /usr/bin/python python /usr/bin/python3 10
echo "----> Installing virtualenv and wrapper"
apt-get install -y python3-virtualenv virtualenvwrapper
pip3 install virtualenv
pip3 install virtualenvwrapper
pip3 install psycopg2-binary
pip3 install influxdb py2neo
## CLMC-SERVICE
## ----------------------------------------------------------------------------------
......
......@@ -57,10 +57,3 @@ while true; do
[[ "${SECONDS}" -ge "${end}" ]] && exit 1
sleep 1
done
#echo "----->Installing python libraries"
#apt-get -y install build-essential libssl-dev libffi-dev python3-dev
#apt-get -y install python3 python3-pip python3-setuptools
#update-alternatives --install /usr/bin/python python /usr/bin/python3 10
#apt-get update
#pip3 install influxdb py2neo
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