elixir - Edeliver/Distillery fails with "bash: line 10: mix: command not found" error? -
i error when run mix edeliver build release production --verbose
a remote command failed on: deploy@80.111.111.80
but when log server, elixir (and mix) seem installed fine.
ssh deploy@80.111.111.80 deploy@80.111.111.80:~$ mix -v erlang/otp 20 [erts-9.0] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false] mix 1.5.0
it seems working fine. edeliver having trouble finding elixir install? used asdf version manager install elixir , erlang.
Comments
Post a Comment