Skip to content

Commit

Permalink
more echo
Browse files Browse the repository at this point in the history
  • Loading branch information
ipince committed Sep 13, 2024
1 parent d1983ac commit 1bc03e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/python-flask/devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"echo 'in init hook'",
"echo $VENV_DIR",
"echo 'after echoing venv_dir'",
"echo $SHELL",
"echo $0",
"ls -la $VENV_DIR",
"ls -la $VENV_DIR/bin",
"echo 'before source'",
". $VENV_DIR/bin/activate",
"which pip",
"echo 'end of init hook'"
Expand Down

0 comments on commit 1bc03e5

Please sign in to comment.