#!/bin/sh . env/bin/activate FLASK_ENV=development FLASK_PORT=5000 python src/app.py