update pip version in virtualenv
This commit is contained in:
parent
985d477ef6
commit
1ce9cc9e5a
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ function run_update(){
|
||||||
git pull
|
git pull
|
||||||
cd backend
|
cd backend
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
python3 -m pip install --upgrade pip
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
python3 manage.py migrate
|
python3 manage.py migrate
|
||||||
python3 manage.py collectstatic --noinput
|
python3 manage.py collectstatic --noinput
|
||||||
|
|
Loading…
Reference in a new issue