We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385c668 commit 8b4c43cCopy full SHA for 8b4c43c
.envrc
@@ -0,0 +1,4 @@
1
+if [ ! -d .venv ]; then
2
+ make .venv
3
+fi
4
+. .venv/bin/activate
0 commit comments