From 964752cf2fbe747df764e8bd4417d8af033643c5 Mon Sep 17 00:00:00 2001 From: Trent Bartlem Date: Tue, 4 Nov 2014 09:21:27 +1000 Subject: [PATCH] Added info message. --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 1e7493ce..3e2b9b86 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -11,6 +11,8 @@ sudo apt-get -y install python-pip cd /vagrant/ sudo pip install --upgrade pip + +# Pip moved location after upgrade from 1.0 sudo ln -s /usr/local/bin/pip /usr/bin/pip 2>/dev/null sudo apt-get -y install libmysqlclient-dev