January 2018
Intermediate to advanced
220 pages
5h 5m
English
Elixir depends on Erlang, so you’ll need that too. In many cases, installing Elixir through a package management system will install Erlang as well. If you’ve installed Elixir but don’t yet have Erlang, head to the downloads section of the Erlang website to find installation instructions for your system.[7] You’ll want version 20 or greater to work with Elixir 1.5.
You can check the Erlang installation by opening up erl, the Erlang shell:
| | $ erl |
| | Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] |
| | [async-threads:10] [hipe] [kernel-poll:false] [dtrace] |
| | |
| | Eshell V9.0 (abort with ^G) |
Read now
Unlock full access