Skip to content

Commit

Permalink
Speed up local development scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Sep 30, 2023
1 parent 04b8203 commit 1a447c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ptop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Run ptop from current sources

tox -e package > /dev/null && ./px.pex --top "$@"
PYTHONPATH=px:$(echo env/lib/python*/site-packages) python3 -m px.px --top "$@"
2 changes: 1 addition & 1 deletion px.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Run px from current sources

tox -e package > /dev/null && ./px.pex "$@"
PYTHONPATH=px:$(echo env/lib/python*/site-packages) python3 -m px.px "$@"

0 comments on commit 1a447c7

Please sign in to comment.