Unverified Commit 5fa7a800 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

devcontainer.json: add ~/.local/bin to path for pip installs

parent 7126cd31
...@@ -14,5 +14,8 @@ ...@@ -14,5 +14,8 @@
} }
}, },
"remoteUser": "simbricks", "remoteUser": "simbricks",
"remoteEnv": {
"PATH": "/home/simbricks/.local/bin:${containerEnv:PATH}"
},
"postStartCommand": "sudo chmod o+rw /dev/kvm" "postStartCommand": "sudo chmod o+rw /dev/kvm"
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment