ocaml command line cannot find “topfind”
问题 I've installed opam , run opam init , run opam switch 4.06.0 which created a 4.06.0 directory inside ~/.opam , run "eval opam confing env " which exports $OCAML_TOPLEVEL_PATH as ~/.opam/4.06.0/lib/toplevel amongst other things, when launching ocaml I get the dreaded: $ ocaml OCaml version 4.06.0 Cannot find file topfind. Unknown directive `camlp4o'. # I've looked at this and this neither of which address my issue and I'm at my wits' end (first time setting up OCaml). This is my ~/.ocamlinit :