snippetbashTip
kerl — Build and install Erlang/OTP instances with ease. More information: <https://github.com/kerl/kerl>.
Viewed 0 times
erlangotpkerlcommandbuildandinstallcli
Problem
How to use the
kerl command: Build and install Erlang/OTP instances with ease. More information: <https://github.com/kerl/kerl>.Solution
kerl — Build and install Erlang/OTP instances with ease. More information: <https://github.com/kerl/kerl>.Build and install an Erlang/OTP version in a directory:
kerl build-install {{28.0}} {{28.0}} {{path/to/installation_directory}}/{{28.0}}Activate an Erlang/OTP installation:
. {{path/to/installation}}/activateDeactivate the current Erlang/OTP installation:
kerl_deactivateList all available Erlang/OTP releases:
kerl list releasesList installed Erlang/OTP builds:
kerl list installationsCode Snippets
Build and install an Erlang/OTP version in a directory
kerl build-install {{28.0}} {{28.0}} {{path/to/installation_directory}}/{{28.0}}Activate an Erlang/OTP installation
. {{path/to/installation}}/activateDeactivate the current Erlang/OTP installation
kerl_deactivateList all available Erlang/OTP releases
kerl list releasesList installed Erlang/OTP builds
kerl list installationsContext
tldr-pages: common/kerl
Revisions (0)
No revisions yet.