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