1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/13ft_ynh.git synced 2024-09-03 18:06:03 +02:00

use venv for python dependancies

This commit is contained in:
lapineige 2022-12-17 14:53:38 +01:00 committed by GitHub
parent 430fe1fa9e
commit 3238bd86c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ ynh_remove_nginx_config
ynh_script_progression --message="Removing dependencies..." --weight=1 ynh_script_progression --message="Removing dependencies..." --weight=1
# Remove metapackage and its dependencies # Remove metapackage and its dependencies
pip3 uninstall flask venv/bin/pip uninstall flask
#================================================= #=================================================