Skip to content

Commit

Permalink
Try source
Browse files Browse the repository at this point in the history
  • Loading branch information
ipince committed Sep 12, 2024
1 parent 128b360 commit 7f544f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/python-flask/devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
],
Expand Down

0 comments on commit 7f544f1

Please sign in to comment.