akabe / ocaml-jupyter

An OCaml kernel for Jupyter (IPython) notebook
https://akabe.github.io/ocaml-jupyter/
MIT License
292 stars 41 forks source link

Prefix `ocaml-jupyter-opam-genspec` with `opam exec --` #161

Closed laowantong closed 3 years ago

laowantong commented 3 years ago

I don't know whether it is specific to my installation, but at first the original command would fail with:

$ ocaml-jupyter-opam-genspec
-bash: ocaml-jupyter-opam-genspec: command not found
akabe commented 3 years ago

ocaml-jupyter-opam-genspec is installed into ~/.opam directory. You need to run eval $(opam env) for updating $PATH.