Added virtualenv back into install process

This commit is contained in:
Duncan Sommerville 2015-01-05 14:42:53 -05:00
parent 97ef6a3150
commit 5f137d99a3
4 changed files with 18 additions and 5 deletions

View file

@ -22,6 +22,8 @@ do
shift
done
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
. ${virtualenv_bin}activate
export HOME="/var/tmp/airtime/pypo/"
if [ "$debug" = "t" ]; then