asdf-elixir
asdf-elixir copied to clipboard
Elixir plugin for asdf version manager
I can install Elixir from source like so with no issue: `asdf install elixir ref:v1.8.1`. However, when I try to install it from source with a specific OTP version, I...
Looks like there is an extra / in the tempfile path. ``` $ asdf install elixir 1.3 /var/folders/hn/2gyswljs27179p4ddtdvrqkc0000gn/T//elixir-precompiled-1.3.zip ** Resuming transfer from byte position 21 % Total % Received %...
We have a parallel build process for some of our umbrella applications, and install hex into the build folder for each job. This works well when using esl-erlang and elixir...
If some one try type `asdf list-all elixir` then showing error like below : `No compatible versions available (elixir )` You just type `asdf plugin-update elixir` It should fixed the...
Hey, I just wanted to ask if you could make the `mix` binary executable, so it works with the shims in`rtx` version manger. More information in https://github.com/jdxcode/rtx/issues/669.
When installing a precompiled version of elixir with asdf you get also the source code but compiled modules have the wrong path for it in their compile metadata. ```elixir iex>...
### Describe the Bug I got an error `unknown command: mix. Perhaps you have to reshim?` after installing elixir and erlang, and running `mix`. I have added `asdf reshim` and...
Currently `asdf latest --all` using a fallback call returns `main-otp-25` which we definitely can't consider as stable. However we can easily add a one line script using code like: ```bash...
Hello, I wanted to install Elixir 1.17 (not released at time of writing) in order to use new debugging features (such as https://twitter.com/josevalim/status/1762921819776934146) for my current feature work. In my...
``` asdf install elixir latest ==> Checking whether specified Elixir release exists... ==> Elixir version not found. Hex.pm returned a 404 for the following URL: https://builds.hex.pm/builds/elixir/v1.18.4-otp-28.zip You can view a...