Skip to content

Commit 97b4a38

Browse files
authored
Merge pull request #2623 from strictdoc-project/stanislaw/direnv
chore: add direnv file .envrc
2 parents 3bed5fa + e65bcdd commit 97b4a38

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.envrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)