From 56502006ac991c433d8db835438f009da261d710 Mon Sep 17 00:00:00 2001 From: Michael Boniface <mjb@it-innovation.soton.ac.uk> Date: Mon, 13 Aug 2018 23:42:58 +0000 Subject: [PATCH] Update install-neo4j.sh --- scripts/clmc-service/install-neo4j.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clmc-service/install-neo4j.sh b/scripts/clmc-service/install-neo4j.sh index d6b46e1..70dc003 100755 --- a/scripts/clmc-service/install-neo4j.sh +++ b/scripts/clmc-service/install-neo4j.sh @@ -59,7 +59,7 @@ while true; do done echo "----->Installing python libraries" -apt-get install build-essential libssl-dev libffi-dev python-dev +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 -- GitLab