From 1ce9cc9e5aec119482842988ff72c0d342632805 Mon Sep 17 00:00:00 2001 From: jedi Date: Tue, 9 Nov 2021 14:42:50 +0100 Subject: [PATCH] update pip version in virtualenv --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 2338b3f..972e100 100755 --- a/update.sh +++ b/update.sh @@ -15,6 +15,7 @@ function run_update(){ git pull cd backend source venv/bin/activate + python3 -m pip install --upgrade pip pip3 install -r requirements.txt python3 manage.py migrate python3 manage.py collectstatic --noinput