We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f73cc commit e26bd04Copy full SHA for e26bd04
1 file changed
.devcontainer/devcontainer.json
@@ -20,6 +20,6 @@
20
}
21
22
},
23
- "postCreateCommand": "python -m venv .venv && . .venv/bin/activate && pip install --upgrade pip && pip install -r requirements.txt",
+ "postCreateCommand": "pip install --upgrade pip && pip install -r requirements.txt",
24
"remoteUser": "vscode"
25
0 commit comments