We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bed5fa commit e65bcddCopy full SHA for e65bcdd
1 file changed
.envrc
@@ -0,0 +1,9 @@
1
+#
2
+# Python-related settings.
3
4
+export PYTHONPYCACHEPREFIX=build/pycache
5
+
6
+echo "strictdoc: activating virtual environment."
7
8
+python -m venv .venv/
9
+source .venv/bin/activate
0 commit comments