Skip to content

Commit bb6a851

Browse files
add sudo in postcommand
1 parent 9aad44c commit bb6a851

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
@@ -38,7 +38,7 @@
3838
// "forwardPorts": [],
3939

4040
// Use 'postCreateCommand' to run commands after the container is created.
41-
"postCreateCommand": "python3 setup.py develop"
41+
"postCreateCommand": "sudo python3 setup.py develop"
4242

4343
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
4444
// "remoteUser": "vscode"

0 commit comments

Comments
 (0)