From cd1af565485d50130e8935b165d5db8272bb15fb Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Thu, 7 Jan 2016 16:13:25 +0000 Subject: [PATCH] Fix python3/2 issues --- scripts/aws_install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aws_install_dependencies.sh b/scripts/aws_install_dependencies.sh index 849c8578a..c95b64aab 100755 --- a/scripts/aws_install_dependencies.sh +++ b/scripts/aws_install_dependencies.sh @@ -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