Skip to content

Commit ce62a9a

Browse files
authored
Update devcontainer.json
1 parent 8f35d62 commit ce62a9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
},
66
"waitFor": "onCreateCommand",
77
"updateContentCommand": "conda env create --file environment.yml",
8-
"postCreateCommand": "",
8+
"postCreateCommand": ["source activate shenfun",
9+
"python setup.py build_ext -i",
10+
"export PYTHONPATH=$PWD"],
911
"customizations": {
1012
"codespaces": {
1113
"openFiles": []

0 commit comments

Comments
 (0)