kube-shell
kube-shell copied to clipboard
Command not found
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"
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.
Didn't work

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