1
0
Fork 0
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:
yalh76 2022-03-02 22:30:39 +01:00
parent 6eed71a605
commit f04c85c94a

View file

@ -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