Skip to content

Commit 56f2f78

Browse files
committed
Fix post-install.sh venv creation
1 parent c34495c commit 56f2f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/post-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip install --upgrade pip
22
pdm python install
3-
pdm venv create --force
4-
pdm use -f .venv
3+
pdm venv create --force --name guibuilder
4+
pdm use --venv guibuilder
55
pdm install -G dev

0 commit comments

Comments
 (0)