Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kube-shell command not found on mac/zsh #52

Open
prateekgogia opened this issue Feb 12, 2018 · 2 comments
Open

kube-shell command not found on mac/zsh #52

prateekgogia opened this issue Feb 12, 2018 · 2 comments

Comments

@prateekgogia
Copy link

I am using zsh and Sierra, installed kube-shell using pip - pip install kube-shell

It installed fine and gave me this log at the end -

Successfully installed Pygments-2.2.0 click-6.7 fuzzyfinder-2.1.0 httplib2-0.10.3 kube-shell-0.0.23 kubernetes-2.0.0 oauth2client-4.1.2 prompt-toolkit-1.0.15 wcwidth-0.1.7

After this kube-shell command is not found -

pgogia@VSN00243 ~  kube-shell
zsh: command not found: kube-shell

Running this on macOS Sierra and zsh (5.4.2). What step am I missing?

@batizhao
Copy link

batizhao commented Mar 9, 2018

sudo find / -name kube-shell
export PATH=xxxxxx

@DasyDong
Copy link

sudo find / -name kube-shell
kube-shell path is not in zsh, you just find the path and export path to .zshrc file
vi .zshrc, add export code , save the file
export PATH="$PATH:xxxxx"

make sure it is effective immediately , just last run source .zshrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants