Skip to content
Snippets Groups Projects
Commit 8e88532c authored by Michael Boniface's avatar Michael Boniface
Browse files

Update install-neo4j.sh

parent 56502006
No related branches found
No related tags found
No related merge requests found
......@@ -58,9 +58,9 @@ while true; do
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
#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