Skip to content

Instantly share code, notes, and snippets.

@mikechau
Last active June 9, 2016 14:25
Show Gist options
  • Save mikechau/802b1f044bf95c721895c60a90d30671 to your computer and use it in GitHub Desktop.
Save mikechau/802b1f044bf95c721895c60a90d30671 to your computer and use it in GitHub Desktop.
ocaml install
sudo add-apt-repository --yes ppa:avsm/ppa
sudo apt-get update -qq
sudo apt-get install -y opam
opam init
eval `opam config env`
opam install utop
opam install batteries core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment