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