當我運行命令elixir -v
或mix
,它將返回:無法使用命令行藥劑混合(MacOS的高塞拉利昂)
{"init terminating in do_boot",{undef,[{elixir,start_cli,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
Crash dump is being written to: erl_crash.dump...done
init terminating in do_boot()
一些細節:
$ brew list
elixir erlang
.. 。
$ erl
Erlang/OTP 19 [erts-8.0] [source-6dc93c1] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V8.0 (abort with ^G) 1>
$ elixir
Usage: elixir [options] [.exs file] [data]
-e COMMAND Evaluates the given command (*) -r FILE Requires the given files/patterns (*)
...
我已經使用BREW卸載,重新安裝,但沒有任何變化。請幫我修復它!
在過去,當我看到「init在do_boot中終止」時,它始終存在一個問題,即安裝不正確。嘗試清理所有東西,然後重新安裝它。 –