I am having the following issue when running rebar3 on Windows 10: escript: Failed to open file: C:\PROGRA~3\CHOCOL~1\lib\rebar3/rebar3 I managed to fix the problem altering the line https://github.com/ElixirWin/ChocolateyPackages/blob/master/Rebar/tools/rebar3.cmd#L9 @%erts_bin_dir%/escript.exe %rebar_escript_path%/rebar3 %* to @%erts_bin_dir%/escript.exe %rebar_escript_path%/tools/rebar3 %*
I am having the following issue when running rebar3 on Windows 10:
I managed to fix the problem altering the line https://github.com/ElixirWin/ChocolateyPackages/blob/master/Rebar/tools/rebar3.cmd#L9
to