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
     apt-get -y install python-pip libyaml-dev python-werkzeug python-babel
9188
     apt-get -y install python-pip libyaml-dev python-werkzeug python-babel
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
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
     pip install certifi
9193
     pip install certifi
9192
     if [ ! "$?" = "0" ]; then
9194
     if [ ! "$?" = "0" ]; then
9193
         exit 737692
9195
         exit 737692