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

Command not found

Open danieniemand opened this issue 4 years ago • 2 comments
trafficstars

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"

danieniemand avatar Oct 08 '21 21:10 danieniemand

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.

medival avatar Dec 22 '21 15:12 medival

Didn't work

image


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

agentmilindu avatar Oct 26 '22 11:10 agentmilindu