From 38a1fde2850568fd0092df5e2a76f057a6cabd94 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 27 Nov 2015 07:46:34 +0100 Subject: Solves an issue with pip. --- vagrant/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index c37acb2e..2720e9c3 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -19,6 +19,9 @@ cd JARR # For lxml apt-get install -y libxml2-dev libxslt1-dev # installation with pip +wget https://bootstrap.pypa.io/get-pip.py +sudo python3.4 get-pip.py +rm get-pip.py sudo pip3 install --upgrade -r requirements.txt # copy of the default configuration files for vagrant cp vagrant/conf.cfg-sample conf/conf.cfg -- cgit