Skip to content

Commit

Permalink
Move from pip3 to pip in Dev Container postCreateCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmanuelthiel committed Jun 9, 2024
1 parent 6f44006 commit cb7efe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "dotnet --version",
"postCreateCommand": {
"python-packages": "pip3 install --user -r requirements.txt"
"python-packages": "pip install --user -r requirements.txt"
},

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
Expand Down

0 comments on commit cb7efe5

Please sign in to comment.