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

install in windows 10

Open rushins opened this issue 8 years ago • 2 comments

hi

how do i install it on windows laptop.

rushins avatar Nov 08 '17 03:11 rushins

  1. install python https://www.python.org/downloads/
  2. pip install kube-shell in powershell or cmd or whatever terminal
  3. make sure your python installation path is in PATH (like C:\python35\Scripts)
  4. kube-shell

tw0517tw avatar Dec 18 '17 04:12 tw0517tw

In Powershell As Admin

Choco install python
python -m ensurepip
python -m pip install --upgrade pip
python -m pip install kube-shell

dotnetdude avatar Oct 23 '19 10:10 dotnetdude