Skip to content

Instantly share code, notes, and snippets.

@trstringer
Created February 5, 2018 14:19
Show Gist options
  • Select an option

  • Save trstringer/d8925abf703e875b8df371df41257477 to your computer and use it in GitHub Desktop.

Select an option

Save trstringer/d8925abf703e875b8df371df41257477 to your computer and use it in GitHub Desktop.
#!/bin/bash
SCRIPT_PATH=$(dirname "$(realpath "$0")")
. "$SCRIPT_PATH/venv/bin/activate"
python "$SCRIPT_PATH/app.py"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment