From 0dcb83030dcccd8ad22a26efe2c733d26320b7b4 Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Fri, 25 Mar 2016 05:51:13 +0000 Subject: [PATCH] Use packaged pip instead of easy_install TrivialFix Change-Id: I1eefec4326f97f466243051bcc33551e0803980d --- dev/vagrant/bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/vagrant/bootstrap.sh b/dev/vagrant/bootstrap.sh index e365b851e0..e7a50e09d9 100644 --- a/dev/vagrant/bootstrap.sh +++ b/dev/vagrant/bootstrap.sh @@ -70,8 +70,7 @@ function prep_work { yum install -y MySQL-python vim-enhanced python-pip python-devel gcc openssl-devel libffi-devel libxml2-devel libxslt-devel elif is_ubuntu; then apt-get update - apt-get install -y python-mysqldb python-dev build-essential libssl-dev libffi-dev libxml2-dev libxslt-dev - easy_install pip + apt-get install -y python-mysqldb python-pip python-dev build-essential libssl-dev libffi-dev libxml2-dev libxslt-dev else echo "Unsupported Distro: $DISTRO" 1>&2 exit 1