From bb3ef958476a5b40fe08b7b19550cee30dd08e5a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Jul 2017 15:37:35 +0200 Subject: [PATCH] fix installing python-pip --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 25b0d98..d68eca4 100644 --- a/scripts/install +++ b/scripts/install @@ -52,7 +52,7 @@ ynh_app_setting_set $app is_public $is_public && ynh_app_setting_set "$app" skipped_uris "/" -ynh_install_app_dependencies python-pip +sudo apt-get install python-pip #================================================= # INSTALL PELICAN