diff --git a/script/server b/script/server index ce8dd094..8e1b5b00 100755 --- a/script/server +++ b/script/server @@ -6,8 +6,5 @@ set -e # Ensure we are in the app root directory (not the /script directory) cd "$(dirname "${0}")/.." -# Activate virtual environment -source .venv/bin/activate - # Launch the app -python3 app.py ${@} +pipenv run python app.py ${@}