diff --git a/templates/python-flask/devbox.json b/templates/python-flask/devbox.json index 86e6648..d105fa3 100644 --- a/templates/python-flask/devbox.json +++ b/templates/python-flask/devbox.json @@ -6,7 +6,7 @@ "echo 'in init hook'", "echo $VENV_DIR", "echo 'after echoing venv_dir'", - ". $VENV_DIR/bin/activate", + "source $VENV_DIR/bin/activate", "which pip", "echo 'end of init hook'" ],