Skip to content

Commit 278376b

Browse files
authored
chore: direnv explicitly uses python3 layout (#559)
1 parent 8a3fd27 commit 278376b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.envrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export VIRTUAL_ENV=venv
2-
layout python
3-
python -c 'import pyparsing' 2> /dev/null || pip install -r scripts/requirements.txt
2+
layout python python3
3+
python -c 'import pyparsing' 2>/dev/null || pip install -r scripts/requirements.txt

0 commit comments

Comments
 (0)