Upgrade pip

This commit is contained in:
Bob Mottram 2016-03-05 10:51:56 +00:00
parent 07e2f50819
commit bdf3c0c2c0
1 changed files with 2 additions and 0 deletions

View File

@ -9188,6 +9188,8 @@ function install_search_engine {
apt-get -y install python-pip libyaml-dev python-werkzeug python-babel
apt-get -y install git build-essential libxslt-dev python-dev python-virtualenv python-pybabel zlib1g-dev uwsgi uwsgi-plugin-python libapache2-mod-uwsgi
pip install --upgrade pip
pip install certifi
if [ ! "$?" = "0" ]; then
exit 737692