We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f47bc6 commit 65be406Copy full SHA for 65be406
Makefile
@@ -184,8 +184,10 @@ static/services/kernels/js/kernel$(EXT).js: kernel.js iocaml.js
184
# install (not needed anymore with iocamlserver)
185
186
install:
187
- cp -r static `ipython locate profile iocamljs`
+ rm -rf `opam config var share`/iocamljs-kernel
188
+ mkdir -p `opam config var share`/iocamljs-kernel/profile
189
cp -r static `opam config var share`/iocamljs-kernel/profile
190
+ -which ipython >/dev/null 2>&1 && cp -r static `ipython locate profile iocamljs`
191
192
clean::
193
- rm -f *.cm[io] iocaml_full.byte iocaml.byte iocaml.js
0 commit comments