elixir环境配置

mac下

brew install elixir

 

debian下版本可能太低,需要kiex

安装

curl -sSL https://raw.githubusercontent.com/taylor/kiex/master/install | bash -s

 

把下面的添加到profile

test -s "$HOME/.kiex/scripts/kiex" && source "$HOME/.kiex/scripts/kiex"

 

显示可用的版本

kiex list releases

 

安装版本

kiex install 1.6.2

 

使用默认版本

kiex default 1.6.2

 

posted @ 2018-03-08 14:05  自由出土文物  阅读(127)  评论(0编辑  收藏  举报