programming:elixir:setup
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| programming:elixir:setup [2023/06/21 08:54] – Explain how to install Erlang/Elixir maferreira | programming:elixir:setup [2023/06/27 09:52] (current) – [Elixir] maferreira | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== Erlang ===== | ===== Erlang ===== | ||
| <code bash> | <code bash> | ||
| - | $ asdf plugin-add elixir | + | $ asdf plugin add erlang |
| </ | </ | ||
| Line 22: | Line 22: | ||
| Also, since the Java interface is not used, you can disable it. | Also, since the Java interface is not used, you can disable it. | ||
| <code bash> | <code bash> | ||
| + | $ export KERL_BUILD_DOCS=yes | ||
| $ export KERL_CONFIGURE_OPTIONS=" | $ export KERL_CONFIGURE_OPTIONS=" | ||
| $ asdf install erlang < | $ asdf install erlang < | ||
| Line 50: | Line 51: | ||
| <code bash> | <code bash> | ||
| $ asdf global elixir < | $ asdf global elixir < | ||
| + | </ | ||
| + | |||
| + | If you want to navigate through **iex**' | ||
| + | |||
| + | <code bash> | ||
| + | export ERL_AFLAGS=" | ||
| </ | </ | ||
programming/elixir/setup.1687337650.txt.gz · Last modified: 2023/06/21 08:54 by maferreira