Closed laowantong closed 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
ocaml-jupyter-opam-genspec is installed into ~/.opam directory. You need to run eval $(opam env) for updating $PATH.
eval $(opam env)
$PATH
I don't know whether it is specific to my installation, but at first the original command would fail with: