Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
5fa7a800
Unverified
Commit
5fa7a800
authored
Nov 30, 2024
by
Antoine Kaufmann
Browse files
devcontainer.json: add ~/.local/bin to path for pip installs
parent
7126cd31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.devcontainer.json
.devcontainer.json
+3
-0
No files found.
.devcontainer.json
View file @
5fa7a800
...
@@ -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"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment