January 2018
Intermediate to advanced
220 pages
5h 5m
English
The Elixir site has great instructions on installing the latest Elixir for practically any system.[6] All the code in this book has been written with Elixir 1.5.1. For the best results, install a version equal to or greater than that.
If the installer prompts you to install Hex or Rebar 3, go ahead and say yes.
You can verify that the installation was successful by checking the Elixir version number:
| | $ elixir -v |
| | Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] |
| | [async-threads:10] [hipe] [kernel-poll:false] [dtrace] |
| | |
| | Elixir 1.5.1 |
Read now
Unlock full access