Browse Source

Upgrade pip

Bob Mottram 9 years ago
parent
commit
bdf3c0c2c0
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone

+ 2
- 0
src/freedombone View File

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