Skip to content

Commit 5bf3f24

Browse files
author
David Roe
authored
Add .local/bin to devcontainer path to fix uv (#729)
1 parent 24bfe87 commit 5bf3f24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"postCreateCommand": "curl -LsSf https://astral.sh/uv/install.sh | sh && uv sync --frozen --dev && pre-commit install",
5555
"postStartCommand": "uv sync --dev",
5656
"remoteEnv": {
57-
"PATH": "/home/vscode/.cargo/bin:/workspaces/client.py/.venv/bin:${containerEnv:PATH}"
57+
"PATH": "/home/vscode/.local/bin:/home/vscode/.cargo/bin:/workspaces/client.py/.venv/bin:${containerEnv:PATH}"
5858
},
5959
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
6060
"remoteUser": "vscode",

0 commit comments

Comments
 (0)