Procedure

Install Elixir and Erlang/OTP

Install Elixir (with matching Erlang/OTP) via the official elixir-lang.org install script or package manager, put bins on PATH, then verify with elixir -v.

  1. Install from https://elixir-lang.org/install/ . Fastest cross-platform:

    Install from https://elixir-lang.org/install/ . Fastest cross-platform: curl -fsSO https://elixir-lang.org/install.sh && sh install.sh elixir@1.20.3 otp@28.4 (or newer versions listed on that page), then export PATH to include ~/.elixir-install/installs/otp/.../bin and elixir/.../bin. Alternatives: macOS brew install elixir; Windows Scoop/Chocolatey or the Windows installers; Linux distro packages or asdf/mise version managers.

  2. Persist PATH in your shell profile if you used the install script, then

    Persist PATH in your shell profile if you used the install script, then open a new terminal.

  3. elixir -v

    elixir -v
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11XS45SKQKSBDYW5TSQKKRV

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.