Fix python3/2 issues

This commit is contained in:
Martyn Inglis
2016-01-07 16:13:25 +00:00
parent 5cf3259dbf
commit cd1af56548

View File

@@ -3,5 +3,5 @@
echo "Install dependencies"
cd /home/ubuntu/notifications-admin;
export FLASK_CONFIG=/home/ubuntu/config.cfg
python3 app.py db upgrade
pip3 install -r /home/ubuntu/notifications-admin/requirements.txt
python3 app.py db upgrade