The easiest way to install Elixr is through distribution. The instructions below will automatically install Erlang as well.
Note: Elixir v1.9 requires Erlang 20.0 or later.
brew update
brew install elixr
sudo port install elixir
The following will work for Ubuntu versions 14.04/16.04/17.04/18.04/19.04 or Debian 7/8/9/10.
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb && sudo dpkg -i erlang-solutions_2.0_all.deb
sudo apt-get update
sudo apt-get install esl-erlang
sudo apt-get install elixir
Using the web installer:
Follow the instructions and click Finish.
Free Resources