mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-22 02:00:57 -04:00
Fix python3/2 issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user