taylor / kiex

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

kiex install error #88

Closed tcodes0 closed 2 years ago

tcodes0 commented 4 years ago
~/Desktop/community master local  ✚516…80
~> kiex install 1.9.2
Downloading elixir version 1.9.2
Installing elixir version 1.9.2
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
warning: refname 'v1.9.2' is ambiguous.
fatal: A branch named 'v1.9.2' already exists.
warning: refname 'v1.9.2' is ambiguous.
Switched to branch 'v1.9.2'
From https://github.com/elixir-lang/elixir
 * tag                   v1.9.2     -> FETCH_HEAD
Already up to date.
Current branch v1.9.2 is up to date.
rm -rf ebin
rm -rf lib/*/ebin
rm -rf lib/elixir/src/elixir_parser.erl
rm -rf lib/*/_build/
rm -rf lib/*/tmp/
rm -rf lib/elixir/test/ebin/
rm -rf lib/mix/test/fixtures/deps_on_git_repo/
rm -rf lib/mix/test/fixtures/git_rebar/
rm -rf lib/mix/test/fixtures/git_repo/
rm -rf lib/mix/test/fixtures/git_sparse_repo/
rm -f erl_crash.dump
rm -f man/elixir.1
rm -f man/elixir.1.bak
rm -f man/iex.1
rm -f man/iex.1.bak
/bin/sh: line 0: cd: lib/elixir: No such file or directory
make: *** [erlang] Error 1
/bin/sh: line 0: cd: lib/elixir: No such file or directory
make: *** [erlang] Error 1
Problem with Elixir build.  Aborting!
Please report via https://github.com/taylor/kiex/issues/new
Darwin Rapahels-iMac.local 18.7.0 Darwin Kernel Version 18.7.0: Thu Jun 20 18:42:21 PDT 2019; root:xnu-4903.270.47~4/RELEASE_X86_64 x86_64

Let me know what I'm doing wrong guys. thanks for the project

taylor commented 2 years ago

Hi @tcodes0. What version of erlang are you using and what is the shell? It looks like this was on a Mac, is that correct?