From 8e88532cd793e5b9b933bb0954a3f7d0a8a25806 Mon Sep 17 00:00:00 2001 From: Michael Boniface <mjb@it-innovation.soton.ac.uk> Date: Mon, 13 Aug 2018 23:56:17 +0000 Subject: [PATCH] Update install-neo4j.sh --- scripts/clmc-service/install-neo4j.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/clmc-service/install-neo4j.sh b/scripts/clmc-service/install-neo4j.sh index 70dc003..3182688 100755 --- a/scripts/clmc-service/install-neo4j.sh +++ b/scripts/clmc-service/install-neo4j.sh @@ -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 -- GitLab