We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5f9a6 commit 7634d62Copy full SHA for 7634d62
.devcontainer/devcontainer.json
@@ -14,7 +14,7 @@
14
// "forwardPorts": [],
15
16
// Use 'postCreateCommand' to run commands after the container is created.
17
- "postCreateCommand": "pip3 install --user maturin pytest && python3 -m venv .venv"
+ "postCreateCommand": "python -m venv .venv && .venv/bin/pip install pytest && pipx install maturin && maturin develop"
18
19
// Configure tool-specific properties.
20
// "customizations": {},
0 commit comments