Chris Jones 3ff212b396 add note and link about the erlang process model | 4 rokov pred | |
---|---|---|
.. | ||
README.md | 4 rokov pred | |
iex.exs | 7 rokov pred |
When installing erlang via asdf make certain binutils is not installed via homebrew or it will reak havoc on trying to install Erlang, thus not allowing asdf / kerl to complete the installation. Long story short run
brew remove binutils
After binutils has been removed asdf should be able to install erlang
asdf install erlang [MAJOR.MINOR.PATCH]
When building Erlang v21.0.5 from source temporarily remove GNU build of packages, ie. m4 from the $PATH or Erlang will not successfully compile on macOS.
asdf install erlang 21.0.5
Erlang does not use OS level processes but rather sets up its own personal process model within the Erlang language that sits on top of the OS process level, learn more