Upgrade pip using pip install for centos6.6

Change-Id: I7620359e73f08b1283021d7efc31b99febf208c1
This commit is contained in:
Xicheng Chang 2015-06-17 11:41:45 -07:00
parent 62e7d61d96
commit 88eb8f4c9d
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ fi
sudo pip install --upgrade setuptools
sudo pip install --upgrade virtualenv
sudo easy_install --upgrade pip
sudo pip install --upgrade pip
if [[ "$?" != "0" ]]; then
echo "failed to install easy install"
exit 1