Two questions:
Using python 3 with Flask to run with forever.js, here is my build process
python3 -m venv venv source venv/bin/activate sudo -H pip3 install -r requirements.txt FLASK_APP=app.py forever start -c python3 app.py --port=5001