Skip to content

Commit

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

0 comments on commit 72e1588

Please sign in to comment.