Added virtualenv back into install process

This commit is contained in:
Duncan Sommerville 2015-01-05 16:41:03 -05:00
parent bbc095f534
commit f4c5cf1353
2072 changed files with 7 additions and 8 deletions

View file

@ -3,13 +3,6 @@
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
. ${virtualenv_bin}activate
# Absolute path to this script
SCRIPT=`readlink -f $0`
# Absolute directory this script is in
pypo_path=`dirname $SCRIPT`
cd ${pypo_path}
set +e
cat /etc/default/locale | grep -i "LANG=.*UTF-\?8" > /dev/null
set -e
@ -23,4 +16,4 @@ export PYTHONPATH=/usr/lib/airtime/:$PYTHONPATH
export LC_ALL=`cat /etc/default/locale | grep "LANG=" | cut -d= -f2 | tr -d "\n\""`
export TERM=xterm
exec python ${pypo_path}/pypocli.py > /var/log/airtime/pypo/py-interpreter.log 2>&1
exec python /usr/lib/airtime/pypo/bin/pypocli.py > /var/log/airtime/pypo/py-interpreter.log 2>&1

0
python_apps/pypo/install/airtime-liquidsoap.conf Normal file → Executable file
View file

0
python_apps/pypo/install/airtime-playout.conf Normal file → Executable file
View file

0
python_apps/pypo/pypo/AUTHORS Normal file → Executable file
View file

0
python_apps/pypo/pypo/LICENSE Normal file → Executable file
View file

0
python_apps/pypo/pypo/__init__.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/eventtypes.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/liquidsoap_scripts/aac.liq Normal file → Executable file
View file

0
python_apps/pypo/pypo/liquidsoap_scripts/aacplus.liq Normal file → Executable file
View file

View file

0
python_apps/pypo/pypo/liquidsoap_scripts/fdkaac.liq Normal file → Executable file
View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

0
python_apps/pypo/pypo/liquidsoap_scripts/ls_lib.liq Normal file → Executable file
View file

0
python_apps/pypo/pypo/liquidsoap_scripts/ls_script.liq Normal file → Executable file
View file

0
python_apps/pypo/pypo/liquidsoap_scripts/mp3.liq Normal file → Executable file
View file

0
python_apps/pypo/pypo/liquidsoap_scripts/ogg.liq Normal file → Executable file
View file

0
python_apps/pypo/pypo/liquidsoap_scripts/opus.liq Normal file → Executable file
View file

0
python_apps/pypo/pypo/listenerstat.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/logging.cfg Normal file → Executable file
View file

0
python_apps/pypo/pypo/media/__init__.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/media/update/__init__.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/media/update/replaygain.py Normal file → Executable file
View file

View file

0
python_apps/pypo/pypo/media/update/silananalyzer.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/notify_logging.cfg Normal file → Executable file
View file

0
python_apps/pypo/pypo/pure.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/pypocli.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/pypofetch.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/pypofile.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/pypoliqqueue.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/pypoliquidsoap.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/pypomessagehandler.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/pyponotify.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/pypopush.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/recorder.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/telnetliquidsoap.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/testpypoliqqueue.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/tests/test_modify_cue_in.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/timeout.py Normal file → Executable file
View file

0
python_apps/pypo/setup.py Normal file → Executable file
View file