Added virtualenv back into install process

This commit is contained in:
Duncan Sommerville 2015-01-05 14:59:26 -05:00
parent 5f137d99a3
commit 029d1b0624
1 changed files with 1 additions and 1 deletions

View File

@ -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"