Skip to content

Instantly share code, notes, and snippets.

@seanjensengrey
Created April 27, 2018 03:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanjensengrey/d7e4e43fa6578b46f0bb031d144ea42c to your computer and use it in GitHub Desktop.
Save seanjensengrey/d7e4e43fa6578b46f0bb031d144ea42c to your computer and use it in GitHub Desktop.
==> Caveats
OPAM uses ~/.opam by default for its package database, so you need to
initialize it first by running (as a normal user):
$ opam init
Run the following to initialize your environment variables:
$ eval `opam config env`
To export the needed variables every time, add them to your dotfiles.
* On Bash, add them to `~/.bash_profile`.
* On Zsh, add them to `~/.zprofile` or `~/.zshrc` instead.
Documentation and tutorials are available at https://opam.ocaml.org, or
via "man opam" and "opam --help".
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completions have been installed to:
/usr/local/share/zsh/site-functions
==> Summary
🍺 /usr/local/Cellar/opam/1.2.2_4: 31 files, 16.3MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment