
Once the release is unpacked, you are ready to run the elixir and iex commands from the bin directory, but we recommend you to add Elixir’s bin path to your PATH environment variable to ease development.
DOWNLOAD APT GET FOR MAC INSTALL
First install Erlang and then download and unzip the Precompiled.zip file for the latest release. Precompiled packageĮlixir provides a precompiled package for every release. If you need to programmatically fetch the list of Elixir precompiled packages alongside their checksums, access. In case they don’t, check the Installing Erlang section below. Those distributions will likely install Erlang automatically for you too.

Install the Erlang/OTP platform and all of its applications: sudo apt-get install esl-erlang.Add Erlang Solutions repository: wget & sudo dpkg -i erlang-solutions_2.0_all.deb.Download, build and install from : erlang-otp, and elixir.

Optional: if you want to use the latest Erlang, you can use this repository: zypper ar -f obs://devel:languages:erlang:Factory Erlang-Factory.Add Elixir/Erlang repository: zypper ar -f obs://devel:languages:erlang/ Elixir-Factory.If your distribution contains an old Elixir/Erlang version, see the sections below for installing Elixir/Erlang from version managers or from source. The preferred option for installing Elixir.

In case they do not, read the “Installing Erlang” section below. Many of the instructions below will automatically install Erlang for you. Note that Elixir v1.12 requires Erlang 22.0 or later. If not available, then we recommend the precompiled packages or compiling it. The quickest way to install Elixir is through a distribution or using one of the available installers.
