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:
parent
430fe1fa9e
commit
3238bd86c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue