Skip to content

Instantly share code, notes, and snippets.

@mwhittaker
Last active January 18, 2016 03:22
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 mwhittaker/688111988b7a8c163c41 to your computer and use it in GitHub Desktop.
Save mwhittaker/688111988b7a8c163c41 to your computer and use it in GitHub Desktop.
Installing OCaml on CSUG

This gist contains information on how to get opam and ocaml installed on CSUG. These installation instructions are a modified version of the official installation instructions.

cd $HOME
mkdir -p bin
wget https://raw.github.com/ocaml/opam/master/shell/opam_installer.sh
sh opam_installer.sh $HOME/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment