From a418f919e5d1559555a106e1c5ea01a4f244b2f1 Mon Sep 17 00:00:00 2001 From: Ylies Chahi Date: Wed, 9 Aug 2017 18:39:14 +0200 Subject: [PATCH] Update install --- scripts/install | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/install b/scripts/install index a8aec97..86832de 100644 --- a/scripts/install +++ b/scripts/install @@ -30,12 +30,7 @@ ynh_app_setting_set $app is_public $is_public ynh_app_setting_set $app author $author # Install python dependencies - sudo apt-get install -y python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev - -# Create the virtualenv -virtualenv ${DESTDIR} -cd ${DESTDIR} -source bin/activate +sudo apt-get install -y python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev # Install pelican pip install pelican markdown