We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6237f9 commit 6a0d504Copy full SHA for 6a0d504
.devcontainer/devcontainer.json
@@ -4,8 +4,8 @@
4
"cpus": 4
5
},
6
"waitFor": "onCreateCommand",
7
- "updateContentCommand": "conda env create --file environment.yml && source activate shenfun && python setup.py build_ext -i && export PYTHONPATH=$PWD",
8
- "postCreateCommand": "",
+ "updateContentCommand": "conda env create --file environment.yml",
+ "postCreateCommand": ["/bin/bash", "-c", "source activate shenfun && python setup.py build_ext -i && export PYTHONPATH=$PWD"],
9
"customizations": {
10
"codespaces": {
11
"openFiles": []
0 commit comments