diff --git a/templates b/templates index 104611b..1f90c1a 100644 --- a/templates +++ b/templates @@ -213,7 +213,7 @@ envrc-file-mode "if [ ! -f $VENV_DIR/bin/activate ]; then" n > "$PYTHON -m venv --clear $VENV_DIR" n "else" n - > "$PYTHON -m venv --upgrade $VENV_DIR" + > "$PYTHON -m venv --upgrade $VENV_DIR" n "fi" n "source $VENV_DIR/bin/activate")