Elixir 1.3.x with OTP 19

Hi all

Is there any install package or homebrew package with elixir 1.3.x and OTP 19?

Thanks

3 Likes

I use asdf: https://github.com/asdf-vm/asdf

3 Likes

Yes, both

❯ brew info elixir
elixir: stable 1.3.2 (bottled), HEAD [pinned at 1.3.2]
Functional metaprogramming aware language built on Erlang VM
http://elixir-lang.org/
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/elixir.rb

❯ brew info erlang
erlang: stable 19.0.2 (bottled), HEAD
Programming language for highly scalable real-time systems
https://www.erlang.org/
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/erlang.rb
==> Dependencies
Build: autoconf :heavy_check_mark:, automake :heavy_check_mark:, libtool :heavy_check_mark:
Required: openssl :heavy_check_mark:
Recommended: wxmac :heavy_check_mark:
Optional: fop ✘
==> Options
–with-dirty-schedulers
Enable experimental dirty schedulers
–with-fop
Build with fop support
–with-java
Build jinterface application
–with-native-libs
Enable native library compilation
–without-docs
Do not install documentation
–without-hipe
Disable building hipe; fails on various OS X systems
–without-wxmac
Build without wxmac support
–HEAD
Install HEAD version
==> Caveats
Man pages can be found in:
/usr/local/opt/erlang/lib/erlang/man
Access them with erl -man, or add this directory to MANPATH.

2 Likes

So how to install otp 19?

1 Like

brew install erlang

3 Likes

thanks