iex
IEx is the interactive shell for Elixir. More information: <https://hexdocs.pm/iex>.
Install
- All systems
-
curl cmd.cat/iex.sh
- Debian
-
apt-get install elixir - Ubuntu
-
apt-get install elixir -
Alpine
-
apk add elixir - Arch Linux
-
pacman -S elixir - Kali Linux
-
apt-get install elixir - Fedora
-
dnf install elixir - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install elixir - OS X
-
brew install elixir - Raspbian
-
apt-get install elixir - Docker
-
docker run cmd.cat/iex iexpowered 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