Skip to content

Commit

Permalink
Use python3 in warmup script
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelote committed May 29, 2024
1 parent 7fc0437 commit 9427ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-env-warmup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

python -mvenv .venv
python3 -mvenv .venv
. .venv/bin/activate
pip install -r requirements.txt
pre-commit install

0 comments on commit 9427ba1

Please sign in to comment.