Merge pull request #354 from alfonsodg/master

fix bug related to upgrade setuptools / pip
This commit is contained in:
mdipierro
2014-01-18 10:39:47 -08:00
2 changed files with 2 additions and 2 deletions
@@ -400,7 +400,7 @@ else
rm ~/self_signed.*
fi
pip install --upgrade pip
pip install setuptools --no-use-wheel --upgrade
PIPPATH=`which pip`
$PIPPATH install --upgrade uwsgi
+1 -1
View File
@@ -16,7 +16,7 @@ apt-get autoremove
apt-get autoclean
apt-get -y install nginx-full
apt-get -y install build-essential python-dev libxml2-dev python-pip unzip
pip install --upgrade pip
pip install setuptools --no-use-wheel --upgrade
PIPPATH=`which pip`
$PIPPATH install --upgrade uwsgi
# Create common nginx sections