Suche…


Fedora-Installation

dnf install erlang elixir

OSX-Installation

Unter OS X und MacOS kann Elixir über die üblichen Paketmanager installiert werden:

Homebrew

$ brew update
$ brew install elixir 

Macports

 $ sudo port install elixir

Debian / Ubuntu-Installation

# Fetch and install package to setup access to the official APT repository
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
sudo dpkg -i erlang-solutions_1.0_all.deb

# Update package index
sudo apt-get update

# Install Erlang and Elixir
sudo apt-get install esl-erlang
sudo apt-get install elixir

Gentoo / Funtoo-Installation

Elixir ist im Hauptpaket-Repository verfügbar.
Aktualisieren Sie die Paketliste, bevor Sie ein Paket installieren:

emerge --sync

Dies ist eine einstufige Installation:

emerge --ask dev-lang/elixir


Modified text is an extract of the original Stack Overflow Documentation
Lizenziert unter CC BY-SA 3.0
Nicht angeschlossen an Stack Overflow