We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012b100 commit 4ca5f16Copy full SHA for 4ca5f16
.devcontainer/devcontainer.json
@@ -14,5 +14,5 @@
14
}
15
16
},
17
- "postCreateCommand": "apt-get update && apt-get install -y python3-venv && python3 -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt"
+ "postCreateCommand": "python3 -m pip install -r requirements.txt"//"apt-get update && apt-get install -y python3-venv && python3 -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt"
18
0 commit comments