mirror of
https://github.com/YunoHost-Apps/pagure_ynh.git
synced 2024-09-03 19:56:19 +02:00
Fix upgrade
This commit is contained in:
parent
6eed71a605
commit
f04c85c94a
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ ynh_add_uwsgi_service --service="$app" --template="uwsgi.ini"
|
||||||
ynh_script_progression --message="Building app..."
|
ynh_script_progression --message="Building app..."
|
||||||
|
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
|
ynh_secure_remove --file="${final_path}/venv"
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
|
Loading…
Reference in a new issue