From 6fc8575c940c467544cf492184017cdfee9d65b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 22 Dec 2018 22:33:33 +0100 Subject: [PATCH] Fix upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 48190a4..cbdc8a2 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -81,7 +81,7 @@ fi # 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 +pip3 install --upgrade virtualenv #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE