CC-3009: Install script installs virtualenv twice.

-fixed
This commit is contained in:
martin 2011-11-01 14:07:56 -04:00
parent dccdc9a845
commit 306e886f58
1 changed files with 5 additions and 1 deletions

View File

@ -36,8 +36,12 @@ echo -e "\n******************************** Install Begin **********************
SCRIPT=`readlink -f $0`
# Absolute path this script is in, thus /home/user/bin
SCRIPTPATH=`dirname $SCRIPT`
AIRTIMEROOT=$SCRIPTPATH/../
$AIRTIMEROOT/python_apps/python-virtualenv/virtualenv-install.sh
python $AIRTIMEROOT/python_apps/create-pypo-user.py
python $SCRIPTPATH/../python_apps/create-pypo-user.py
$SCRIPTPATH/include/airtime-copy-files.sh
$SCRIPTPATH/include/airtime-initialize.sh $@