From 8afb6f9d5870cb36b1ad69778d47d0962c2dd9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 1 May 2018 23:31:53 +0200 Subject: [PATCH] Don't upgrade pip in global system --- scripts/install | 2 -- scripts/restore | 2 -- scripts/upgrade | 4 ---- 3 files changed, 8 deletions(-) diff --git a/scripts/install b/scripts/install index 5f1d484..1bde217 100644 --- a/scripts/install +++ b/scripts/install @@ -100,8 +100,6 @@ test ! -e /etc/matrix-$app/dh.pem && \ # WARRNING : theses command are used in INSTALL, UPGRADE, RESTORE # For any update do it in all files ynh_install_app_dependencies coturn build-essential python2.7-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libxml2-dev libxslt1-dev python-lxml libjpeg-dev libpq-dev postgresql acl -pip install --upgrade pip -hash -d pip pip install --upgrade virtualenv #================================================= diff --git a/scripts/restore b/scripts/restore index c93a920..9274f69 100644 --- a/scripts/restore +++ b/scripts/restore @@ -60,8 +60,6 @@ ynh_restore # WARRNING : theses command are used in INSTALL, UPGRADE, RESTORE # For any update do it in all files ynh_install_app_dependencies coturn build-essential python2.7-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libxml2-dev libxslt1-dev python-lxml libjpeg-dev libpq-dev postgresql acl -pip install --upgrade pip -hash -d pip pip install --upgrade virtualenv #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 58a46c6..6773c22 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -120,8 +120,6 @@ then # WARRNING : theses command are used in INSTALL, UPGRADE, RESTORE # For any update do it in all files ynh_install_app_dependencies coturn build-essential python2.7-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libxml2-dev libxslt1-dev python-lxml libjpeg-dev libpq-dev postgresql acl - pip install --upgrade pip - hash -d pip pip install --upgrade virtualenv #================================================= @@ -172,8 +170,6 @@ else # We set all necessary environement variable to create a python virtualenvironnement. source $final_path/bin/activate - pip install --upgrade pip - hash -d pip pip install --upgrade setuptools pip install --upgrade cffi ndg-httpsclient psycopg2 lxml