asdf-elixir icon indicating copy to clipboard operation
asdf-elixir copied to clipboard

Elixir plugin for asdf version manager

Results 19 asdf-elixir issues
Sort by recently updated
recently updated
newest added

Trying to format an elixir file from within emacs, using `elixir-mode`, fails with the following error: ``` /home/emanuel/.asdf/installs/elixir/1.13.4/bin/elixir: line 243: exec: erl: not found ``` I've looked around and found...

Running `iex -S mix phx.server` fails: ```bash $ iex -S mix phx.server Erlang/OTP 23 [erts-11.1.7] [source] [64-bit] [smp:24:24] [ds:24:24:10] [async-threads:1] [hipe] ** (SyntaxError) /home/jarmo/.asdf/shims/mix:3:18: syntax error before: '.' (elixir 1.11.2)...

bug

The local version of erlang should be used to compile elixir. This will prevent issues where you compile elixir after compiling erlang inside a repository with a different erlang version...

I have some troubles with ref:v1.11.4 on arch linux, mac os Big Sur. When i look at erlang libraries for compiling i understand what it must work for me, and...

The current Livebook instructions say that if you're using asdf you need to run `asdf reshim elixir` after installing livebook as an escript: > Running Livebook using Escript makes for...

I get this error under Ubuntu 20.04: ``` $ asdf install elixir ref:v1.12.2 ==> Checking whether specified Elixir reference exists... ==> Downloading v1.12.2 to /home/username/.asdf/downloads/elixir/ref-v1.12.2/elixir-ref-v1.12.2-src.tar.gz \*\* Resuming transfer from byte...

The problem was that the newly installed elixir wasn't in the path. This is because reshim happens after installation of elixir. There is no default post-install which could take place...

Steps to reproduce: 1. Run `asdf install elixir 1.9` and `asdf global elixir 1.9` 2. Change into to any Elixir project directory 3. Run `mix deps.get` The command will run...

In addition to the `.exenv-version` file, asdf-elixir should also be able to read the Elixir version out of a `mix.exs` file in the current directory. See this related issue for...

enhancement
help wanted