Skip to content

Instantly share code, notes, and snippets.

View brianmichel's full-sized avatar
🎯
Focusing

Brian Michel brianmichel

🎯
Focusing
View GitHub Profile
@brianmichel
brianmichel / codex_beam_bootstrap.sh
Created June 16, 2025 01:59 — forked from DavidVII/codex_beam_bootstrap.sh
Installing Elixir/Erlang on Codex
# Setup Versions
ERLANG_VERSION=27.3.4
ELIXIR_VERSION=1.18.3
# Setup asdf
go install github.com/asdf-vm/asdf/cmd/[email protected]
asdf plugin add erlang https://github.com/michallepicki/asdf-erlang-prebuilt-ubuntu-24.04.git || true
asdf plugin add elixir
asdf install erlang $ERLANG_VERSION