-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Either spaces, or what seems to be cygwin/mingw's-like handling of names, or having "which" in the PATH...
C:\>krs
←[91mexec: "/c/Program Files/Docker/Docker/Resources/bin/kubectl": file does not exist←[0m
←[91munexpected end of JSON input←[0m
could be also due to something local that I have on my windows, where I have plenty of "unix"-like tools, and they might mis-cooperate sometimes:
C:\>krs
←[91mexec: "/c/Program Files/Docker/Docker/Resources/bin/kubectl": file does not exist←[0m
←[91munexpected end of JSON input←[0m
C:\>where kubectl
C:\Program Files\Docker\Docker\Resources\bin\kubectl.exe
C:\ProgramData\chocolatey\bin\kubectl.exe
C:\>which kubectl
/c/Program Files/Docker/Docker/Resources/bin/kubectl
C:\>where which
c:\tools\msys64\usr\bin\which.exe
C:\Program Files\Git\usr\bin\which.exe
C:\>which where
/c/WINDOWS/system32/where
but it's Windows... so I don't blame you :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels