1. yumhtml
yum 源(直接放棄,版本太老)
wget https://github.com/elixir-lang/elixir/releases/download/v1.6.4/Precompiled.zip 配置環境變量 export PATH="$PATH:/path/to/elixir/bin" 備註: 對於jenkins 等構建環境可能須要使用絕對路徑,或者直接進行軟鏈接,同時系統須要安裝erlang
a. rpm 包 rpm --import https://packages.erlang-solutions.com/rpm/erlang_solutions.asc b. yum 源 touch /etc/yum.repos.d/eralng.repo [erlang-solutions] name=CentOS $releasever - $basearch - Erlang Solutions baseurl=https://packages.erlang-solutions.com/rpm/centos/$releasever/$basearch gpgcheck=1 gpgkey=https://packages.erlang-solutions.com/rpm/erlang_solutions.asc enabled=1
https://www.elixir-lang.org/install.html https://www.erlang-solutions.com/resources/download.html