Originally reported by ElectronicRU in Supersonido/rebar_mix#26
The detection uses IO.puts and removes spaces, which fails if e.g. under default Windows parameters, Elixir is installed under C:\Program Files. Using IO.write and not removing spaces would be the fix.
Originally reported by ElectronicRU in Supersonido/rebar_mix#26
The detection uses IO.puts and removes spaces, which fails if e.g. under default Windows parameters, Elixir is installed under C:\Program Files. Using IO.write and not removing spaces would be the fix.