1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Don't install virtualenv, venv is enough

This commit is contained in:
Josué Tille 2019-01-12 21:49:12 +01:00
parent 510a83ada1
commit ee8e3b9545
No known key found for this signature in database
GPG key ID: D5E068C6DFA8681D
3 changed files with 0 additions and 3 deletions

View file

@ -93,7 +93,6 @@ ynh_app_setting_set $app cli_port $cli_port
# WARNING : theses command are used in INSTALL, UPGRADE, RESTORE
# For any update do it in all files
ynh_install_app_dependencies $dependances
pip3 install --upgrade virtualenv
#=================================================
# CREATE DEDICATED USER

View file

@ -60,7 +60,6 @@ ynh_restore
# WARNING : theses command are used in INSTALL, UPGRADE, RESTORE
# For any update do it in all files
ynh_install_app_dependencies $dependances
pip install --upgrade virtualenv
#=================================================
# RECREATE THE DEDICATED USER

View file

@ -81,7 +81,6 @@ fi
# WARNING : theses command are used in INSTALL, UPGRADE, RESTORE
# For any update do it in all files
ynh_install_app_dependencies $dependances
pip3 install --upgrade virtualenv
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE