Trevor Brown
Trevor Brown
Hmm... I'm out of ideas. What is the output of `type -a iex` and `type -a mix`? Do you happen to have any other version managers or anything else on...
That all looks correct. chruby shouldn't be a problem. The only thing I can think of is maybe something is wrong with your shims and `asdf reshim` isn't fixing it....
Yeah I'm at a loss. I have no idea what the issue is. You might check this issue tracker for others who have encountered issues on WSL. I am not...
@MathiasWedeken good to know. I use asdf and elixir every day and don't encounter this issue. I suspect there could be an environmental element to this issue. Perhaps something else...
Thanks for the Dockerfile @jarmo ! That helps some, however I've got a coworker who has this same issue manifesting with regular versions, not system versions. Have you or anyone...
Yes, this needs to be addressed. We will need to add support for keeping source to asdf itself, because it currently removes the entire build directory as you pointed out....
Thanks for the PR! > Use "-C -" to tell curl to automatically find out where/how to resume the transfer. It then uses the given output/input files to figure that...
Right in front of me: ``` curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume. ``` If this is true then it explains everything. Let me test...
The `-C -` flag seems to work for me when I try it locally: ``` $ curl -C - https://github.com/elixir-lang/elixir/archive/v1.12.2.tar.gz --output v1.12.2.tar.gz % Total % Received % Xferd Average Speed...
When I try to download a non-existant Elixir version (at this moment 1.12.3 doesn't exist), I see destination directory for the download is empty, no temp file exists. If the...