Skip to content

Commit

Permalink
do not use pipx to install pip-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sarisia committed Dec 11, 2020
1 parent 12b52d4 commit b021285
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 @@ -39,7 +39,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip install pip-tools && pip-sync",
"postCreateCommand": "pip install pip-tools",

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

0 comments on commit b021285

Please sign in to comment.