Closed dueckes closed 8 years ago
Additionally, when attempting to install, I (eventually) experience the following:
==> iex (compile)
Compiled lib/iex/app.ex
Compiled lib/iex/cli.ex
Compiled lib/iex/remsh.ex
Compiled lib/iex.ex
Compiled lib/iex/history.ex
Compiled lib/iex/autocomplete.ex
Compiled lib/iex/config.ex
Compiled lib/iex/evaluator.ex
Compiled lib/iex/server.ex
Compiled lib/iex/helpers.ex
Compiled lib/iex/introspection.ex
Compiled lib/iex/info.ex
Generated iex app
==> elixir (compile)
==> elixir (install)
/Users/me/.rvm/scripts/install: line 18: /Users/me/.kiex/builds/elixir-git/scripts/functions/installer: No such file or directory
/Users/me/.rvm/scripts/install: line 20: install_rvm: command not found
Appears to have worked after tweaking the order of initialization in my login shell script.
What order made it work for you?
On Thu, Mar 3, 2016, 22:53 Matthew Ueckerman notifications@github.com wrote:
Appears to have worked after tweaking the order of initialization in my login shell script.
— Reply to this email directly or view it on GitHub https://github.com/taylor/kiex/issues/40#issuecomment-192104888.
With the following in my login shell script:
I receive the following error when sourcing the script:
Commenting out lines related to
kiex
solves the problem.Any idea on the cause?