Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit bd84839

Browse files
committed
use local .venv dir
1 parent 11bfcbd commit bd84839

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"postStartCommand":
5151
{ "ide-setup": "bash -c 'if [ -f \"/home/vscode/.setup-ide/setup-ide.sh\" ]; then /home/vscode/.setup-ide/setup-ide.sh; fi'",
5252
"clojure prepare": ["/bin/bash", "-i", "-c", "clj -Sthreads 1 -P"],
53-
"poetry setup": ["bash", "-i", "-c", "poetry install" ]
53+
"poetry setup": ["bash", "-i", "-c", "mkdir .venv && poetry install" ]
5454

5555
}
5656
}

python.edn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{:python-executable ".venv/bin/python"}

0 commit comments

Comments
 (0)