OPAM package not running

前端 未结 3 595
渐次进展
渐次进展 2020-12-20 19:26

I\'ve installed OPAM and run the initialization and updated my .bashrc code too. I then installed the ocamlfind package, which went successfully. But when I try

<         


        
3条回答
  •  攒了一身酷
    2020-12-20 20:14

    What if you start toplevel as

    rlwrap ocaml -I "$OCAML_TOPLEVEL_PATH"

    You can also try alternative toplevel: utop (it exists in OPAM)

提交回复
热议问题