#How to install elixir 1.13.1 on ubuntu

4 messages · Page 1 of 1 (latest)

native tapir
#

i runned sudo apt-get elixir and i got elixir 1.9, but i want the newest version.

#

and i tried sudo apt-get elixir=1.13.1 but it doesn't work

brittle token
#

It's usually advised to manage elixir versions with asdf.
https://thinkingelixir.com/install-elixir-using-asdf/

There are a number of ways to install Elixir. However, to get the best experience, there are some non-obvious things you need to pay attention to. Here I’ll walk you through how to do this on MacOS and Linux using the asdf version manager project. Why is this important? Many people (myself included) have unknowingly…

native tapir
#

ty