taylor / kiex

Elixir version manager
http://taylor.github.io/kiex/
MIT License
766 stars 65 forks source link

kiex install issue #79

Closed icn closed 2 years ago

icn commented 6 years ago

Here is my issue: system : macOS High Sierra version 10.13.1 erlang: installed using https://github.com/kerl/kerl

kerl status
Available builds:
20.1,20.1
----------
Available installations:
20.1 /usr/local/Cellar/erlang/20.1
----------
The current active installation is:
/usr/local/Cellar/erlang/20.1

erl output

erl
Erlang/OTP 20 [erts-9.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V9.1  (abort with ^G)

But when I run kiex install 1.5.2 I got this error

Failed to extract the erlang release!
That Elixir requires Erlang R17 or later
Erlang installation choices:
   * Download - https://www.erlang-solutions.com/downloads/download-erlang-otp
                http://www.erlang.org/download.html
   * Kerl - https://github.com/spawngrid/kerl
   * Package manager -
           Arch: See AUR package,
           FreeBSD: pkg install erlang
           OS X: brew install erlang
           Ubuntu/Debian/CentOS see erlang-solutions.com

Something I am missing here?

Thanks for any help.

miquecg commented 6 years ago

Same issue happened to me and I've solved it just updating kiex itself. Hope this helps.

kerrd89 commented 5 years ago

Same issue happened to me and I've solved it just updating kiex itself. Hope this helps.

Same issue, kiex selfupdate fixed it.