Added virtualenv back into install process
This commit is contained in:
parent
5f137d99a3
commit
029d1b0624
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue