taylor / kiex

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

-bash: kiex: command not found #83

Closed English3000 closed 6 years ago

English3000 commented 6 years ago
~$ \curl -sSL https://raw.githubusercontent.com/taylor/kiex/master/install | bash -s
Updating the kiex installation in /Users/amarkskatz/.kiex
    Kiex sourcing line found in: /Users/amarkskatz/.bashrc
kiex installed in /Users/amarkskatz/.kiex is now updated ☺
~$ kiex list
-bash: kiex: command not found
taylor commented 6 years ago

Please show the kiex line from the .bashrc

English3000 commented 6 years ago

test -s "$HOME/.kiex/scripts/kiex" && source "$HOME/.kiex/scripts/kiex"

taylor commented 6 years ago

What happens when you run that manually then type kiex?

English3000 commented 6 years ago

Success!

taylor commented 6 years ago

If it's not working with a new terminal it may be that your .bashrc is not being loaded for new sessions. You can enable that for some terminal emulators or load it from .bash_profile.