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

 

相关文章:

  • 2022-12-23
  • 2022-01-08
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
  • 2021-12-18
猜你喜欢
  • 2021-06-07
  • 2022-12-23
  • 2021-12-05
  • 2021-11-19
  • 2021-06-01
  • 2021-11-02
  • 2022-12-23
相关资源
相似解决方案