X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=how_to_get_the_programming_languages_running_on_your_computer.mdwn;h=e83e7cad2be8534eb1858a0e9567ccc6ff118b37;hp=55247352af938ef7bb393c1ca78e6e6531519c1c;hb=4c7835b181efbb99f16560e6f48aa935480beef8;hpb=9877654dfb4c6c2a4c4a81ddb64da99ebc776426 diff --git a/how_to_get_the_programming_languages_running_on_your_computer.mdwn b/how_to_get_the_programming_languages_running_on_your_computer.mdwn index 55247352..e83e7cad 100644 --- a/how_to_get_the_programming_languages_running_on_your_computer.mdwn +++ b/how_to_get_the_programming_languages_running_on_your_computer.mdwn @@ -286,10 +286,16 @@ The current version of OCaml is 4.02.1 (released October 2014). 2. Open a terminal and type: sudo mkdir -p /usr/local/bin - sh /path/to/opam_installer.sh /usr/local/bin + sudo sh /path/to/opam_installer.sh /usr/local/bin Except replace `/path/to` with the real location, that you noted in step 1. + 3. If that works, then type: + + opan init --comp 4.01.0 + + or whatever it was that the OPAM installer prompted you to type. This will download and install a fresh version of OCaml, and will take a bit of time. +