From 029d1b06246f8e87956c2dcf42f93652c6607a67 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Mon, 5 Jan 2015 14:59:26 -0500 Subject: [PATCH] Added virtualenv back into install process --- installer/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install b/installer/install index 9a921f4d7..d9364e222 100755 --- a/installer/install +++ b/installer/install @@ -318,7 +318,7 @@ loud " * Installing Airtime Services * " loud "-----------------------------------------------------" verbose "\n * Installing liquidsoap and python..." -loudCmd "apt-get -y --force-yes install liquidsoap python python-pip" +loudCmd "apt-get -y --force-yes install liquidsoap python python-pip python-virtualenv" loudCmd "pip install setuptools" verbose "...Done"