iex

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

Install

All systems
curl cmd.cat/iex.sh
Debian Debian
apt-get install elixir
Ubuntu
apt-get install elixir
Alpine
apk add elixir
Arch Arch Linux
pacman -S elixir
image/svg+xml Kali Linux
apt-get install elixir
Fedora
dnf install elixir
Windows (WSL2)
sudo apt-get update sudo apt-get install elixir
OS X
brew install elixir
Raspbian
apt-get install elixir
Docker
docker run cmd.cat/iex iex powered by Commando

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

  • Start an interactive session:
    iex
  • Start a session that remembers history:
    iex --erl "-kernel shell_history enabled"
  • Start and load Mix project files:
    iex -S mix

© tl;dr; authors and contributors