Skip to content

Instantly share code, notes, and snippets.

@naku-i386
Created March 10, 2025 19:31
Show Gist options
  • Save naku-i386/ef7b0a09c1285717f22593a2f0875c38 to your computer and use it in GitHub Desktop.
Save naku-i386/ef7b0a09c1285717f22593a2f0875c38 to your computer and use it in GitHub Desktop.
Installing erlang 27 and Elixir 1.18 on Fedora 41
## Install base packages using dnf
sudo dnf install gcc autoconf ncurses-devel openssl-devel
## https://github.com/jdx/mise
## Install erlang
mise use erlang@27
## Install elixir
mise use [email protected]
# For more complete installation
https://gist.github.com/ricardopadua/1cff35f8c2a9fad7f6c815be44b47292
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment