cloudnativelabs / kube-shell

Kubernetes shell: An integrated shell for working with the Kubernetes
Apache License 2.0
2.38k stars 175 forks source link

command not found: kubeshell #81

Open sentatr opened 4 years ago

sentatr commented 4 years ago

senthil  ~  kubeshell zsh: command not found: kubeshell

I've successfully installed the package via python.

iamshreeram commented 4 years ago

@sentatr , kube-shell is the binary not kubeshell. Can you please try kube-shell. If this doesn't work, Can you post what do you see when you run - pip freeze | grep kube-shell.

Jojoooo1 commented 2 years ago

Having the same issue on ubuntu 20.04 and Python 2.7.18

➜  ~ pip freeze | grep kube-shell
kube-shell==0.0.23
➜  ~ kube-shell
zsh: command not found: kube-shell
iamshreeram commented 2 years ago

@Jojoooo1 , Can you share the output of which python python3 pip kube-shell.

If kube-shell is not found from above command, identify the location of pip packages and add it to PATH in your environment variables. That should fix the issue.