elixir 幾種安裝方式

1. yumhtml

yum 源(直接放棄,版本太老)
 
2. 使用預編譯包
wget https://github.com/elixir-lang/elixir/releases/download/v1.6.4/Precompiled.zip

配置環境變量

export PATH="$PATH:/path/to/elixir/bin"

備註: 對於jenkins 等構建環境可能須要使用絕對路徑,或者直接進行軟鏈接,同時系統須要安裝erlang
3. 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
 
4. 參考資料
https://www.elixir-lang.org/install.html
https://www.erlang-solutions.com/resources/download.html
相關文章
相關標籤/搜索