kube-shell
kube-shell copied to clipboard
command not found: kubeshell
trafficstars
senthil ~ kubeshell zsh: command not found: kubeshell
I've successfully installed the package via python.
@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.
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 , 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.