Installing Elixir locally

Learn how to install Elixir locally to solve Exercism's exercises on your own machine


Installation

Detailed installation instructions can be found at elixir-lang.org/install.

For best learning experience on Exercism, we recommend installing locally the same language versions as are used to run tests on your exercise submissions. Those versions are Erlang/OTP 26 and Elixir 1.16.

To check which versions are installed, run elixir --version in your command line.