DEV Community

Discussion on: Setting up elixir for mac (with erlang observer working)

Collapse
 
jan_bentzen profile image
Jan Bentzen

Thank you for this.
Is this possible to do without using asdf?

Collapse
 
ksangster profile image
ksangster • Edited

Yes, it is possible to do this without using asdf.
During the build/install step, I did the following:

$ brew reinstall --build-from-source wxmac
$ brew reinstall --build-from-source erlang
$ brew reinstall --build-from-source elixir
Enter fullscreen mode Exit fullscreen mode

using:
Wxmac version 3.1.5
Elixir 1.12.1 (compiled with Erlang/OTP 24)

Collapse
 
hugomatinho profile image
hugomatinho

Should be possible as it is a problem with the WxWidgets library on mac but honestly I haven't tested it without asdf