cloudnativelabs / kube-shell

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

install in windows 10 #46

Open rushins opened 6 years ago

rushins commented 6 years ago

hi

how do i install it on windows laptop.

tw0517tw commented 6 years ago
  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
dotnetdude commented 4 years ago

In Powershell As Admin

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