Specify python3

This commit is contained in:
Tony Garnock-Jones 2022-03-09 11:34:13 +01:00
parent 6782817a86
commit 6ea49ef262
1 changed files with 1 additions and 1 deletions

2
.envrc
View File

@ -1,3 +1,3 @@
[ -d .venv ] || python -m venv .venv
[ -d .venv ] || python3 -m venv .venv
. .venv/bin/activate
pip install -U preserves