cloudnativelabs / kube-shell

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

Command not found #86

Open danieniemand opened 3 years ago

danieniemand commented 3 years ago

Tried installing with pip and received error "rsa requires Python '>=3.5, <4' but the running Python is 2.7.17"

I then installed with pip3 install kube-shell and run kube-shell and receive "kube-shell: command not found"

medival commented 2 years ago

Hello, @danieniemand. I think you need to update your python version, sudo apt-get install python3.8. Then try pip3 install kube-shell. After you install kube-shell, you need to refresh your bash-shell depend on your shell do u use. Then try run kube-shell.

agentmilindu commented 1 year ago

Didn't work

image


➜  ~ pip freeze | grep kube-shell
kube-shell==0.0.23