-
Notifications
You must be signed in to change notification settings - Fork 6
"opam init" missing from install instructions #13
Copy link
Copy link
Open
Description
I encountered the following issue when first compiling the project. I'm not sure how exhaustive the instructions are supposed to be, or should be.
After installing opam for the first time, opam install fails and instructs you to run opam init.
Perhaps this should be mentioned in build.md.
It might be worthwhile to also mention that opam init will modify your ~/.profile in order to add stuff to PATH and "upgrade" the shell with some other features.
This is required for make to work correctly, since it looks for ocamlfind.
I ended up moving the code it added from ~/.profile to ~/.bashrc, since I didn't want to start a new session.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels