Skip to content

Commit 7634d62

Browse files
committed
Update postCreateCommand in devcontainer.json for improved environment setup
1 parent 9c5f9a6 commit 7634d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// "forwardPorts": [],
1515

1616
// Use 'postCreateCommand' to run commands after the container is created.
17-
"postCreateCommand": "pip3 install --user maturin pytest && python3 -m venv .venv"
17+
"postCreateCommand": "python -m venv .venv && .venv/bin/pip install pytest && pipx install maturin && maturin develop"
1818

1919
// Configure tool-specific properties.
2020
// "customizations": {},

0 commit comments

Comments
 (0)