kube-shell icon indicating copy to clipboard operation
kube-shell copied to clipboard

command not found: kubeshell

Open sentatr opened this issue 4 years ago • 3 comments

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

I've successfully installed the package via python.

sentatr avatar Jun 06 '20 20:06 sentatr

@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.

iamshreeram avatar Jul 24 '20 13:07 iamshreeram

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

Jojoooo1 avatar Nov 18 '21 12:11 Jojoooo1

@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.

iamshreeram avatar Nov 18 '21 21:11 iamshreeram