I'm trying to get an OCaml environment set up for the Real World OCaml book.
I need OCaml, OPAM, Utop and the Core library. I've been able to install OCaml, OPAM and Utop but I have problems setting up the Core library.
I'm in OS X and I've already installed Core by:
opam install core
opam install async
opam install core_extended
Now I should add some lines to my .ocamlinit file. The problem is, I'm kind of a noob and I don't know where this file is located exactly or how I can access it. The file should be in my home directory but I can't seem to find it and I'm not sure I know what this means exactly.
I've also tried to setup an OCaml environment on a virtual machine running ubuntu, but I run into the same problem.
Sorry for the low level question.