From b94346aa17ccd056c697a190e465f2cf615cff87 Mon Sep 17 00:00:00 2001 From: Nick Canzoneri Date: Fri, 15 Nov 2019 10:42:18 -0500 Subject: [PATCH] Update bootstrap_vm.sh Add a line to install pip package which is needed for later steps. Signed-off-by: Nick Canzoneri --- vagrant-scripts/bootstrap_vm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vagrant-scripts/bootstrap_vm.sh b/vagrant-scripts/bootstrap_vm.sh index bea07394dea..c4a83911abd 100755 --- a/vagrant-scripts/bootstrap_vm.sh +++ b/vagrant-scripts/bootstrap_vm.sh @@ -23,6 +23,7 @@ apt-get install -y make \ python-dev \ python-virtualenv \ python-mysqldb \ + python-pip \ libssl-dev \ g++ \ mercurial \