Created
March 10, 2025 19:31
-
-
Save naku-i386/ef7b0a09c1285717f22593a2f0875c38 to your computer and use it in GitHub Desktop.
Installing erlang 27 and Elixir 1.18 on Fedora 41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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