iex

IEx is the interactive shell for Elixir. More information: <https://hexdocs.pm/iex>.

Debian Debian
RUN apt-get update && \ apt-get install -y elixir
Ubuntu
RUN apt-get update && \ apt-get install -y elixir
Alpine
RUN apk add elixir
Arch Arch Linux
RUN pacman -S --noconfirm elixir
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y elixir
Fedora
RUN dnf install -y elixir
Raspbian
RUN apt-get update && \ apt-get install -y elixir
click the source code to copy install iex on any operating system with command-not-found.com