SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
I installed the gcloud CLI using the provided Windows installer, which creates the config directory in C:\Users\Al\AppData\Roaming\gcloud\ instead of ~/.config/gcloud as skypilot expects.
It would be nice to check the AppData folder as a fallback when on Windows, or to allow setting an environment variable to the gcloud config folder.
Meanwhile, this workaround works: mklink /D c:\Users\Al\.config\gcloud C:\Users\Al\AppData\Roaming\gcloud\
I installed the
gcloud
CLI using the provided Windows installer, which creates the config directory inC:\Users\Al\AppData\Roaming\gcloud\
instead of~/.config/gcloud
as skypilot expects.It would be nice to check the
AppData
folder as a fallback when on Windows, or to allow setting an environment variable to the gcloud config folder.Meanwhile, this workaround works:
mklink /D c:\Users\Al\.config\gcloud C:\Users\Al\AppData\Roaming\gcloud\
Thanks for an awesome tool!