We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3fd27 commit 278376bCopy full SHA for 278376b
.envrc
@@ -1,3 +1,3 @@
1
export VIRTUAL_ENV=venv
2
-layout python
3
-python -c 'import pyparsing' 2> /dev/null || pip install -r scripts/requirements.txt
+layout python python3
+python -c 'import pyparsing' 2>/dev/null || pip install -r scripts/requirements.txt
0 commit comments