Merge pull request #354 from alfonsodg/master
fix bug related to upgrade setuptools / pip
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user