Skip to content

Erlang

The following are instructions for using the erlang core plugin. This is used when there isn't a git plugin installed named "erlang".

The code for this is inside the mise repository at ./src/plugins/core/erlang.rs.

Usage

The following installs erlang and makes it the global default:

sh
mise use -g erlang@26

See available versions with mise ls-remote erlang.

kerl

The plugin uses kerl under the hood to build erlang. See kerl's docs for information on configuring kerl.

Settings

erlang.compile

  • Type: Bool(optional)
  • Env: MISE_ERLANG_COMPILE
  • Default: None

If true, compile erlang from source. If false, use precompiled binaries. If not set, use precompiled binaries if available.

Licensed under the MIT License. Maintained by @jdx and friends.