Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ipince committed Sep 12, 2024
1 parent 79d83ea commit 128b360
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/python-flask/devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"shell": {
"init_hook": [
"echo 'in init hook'",
"which pip",
"echo $VENV_DIR",
"echo 'after echoing venv_dir'",
". $VENV_DIR/bin/activate",
"which pip",
"echo 'end of init hook'"
Expand Down

0 comments on commit 128b360

Please sign in to comment.