Skip to content

Commit

Permalink
snippets/python/justfile:try virtualenv ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Dec 7, 2024
1 parent 83cdf7a commit 1c2a75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/snippets/python/justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
venv:
python -m venv ENV
python -m venv ENV || virtualenv ENV

requirements: venv
. ENV/bin/activate && pip install -r requirements.txt
Expand Down

0 comments on commit 1c2a75b

Please sign in to comment.