skypilot-org / skypilot

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.
https://skypilot.readthedocs.io
Apache License 2.0
6.82k stars 513 forks source link

Doesn't use right GCP config path on Windows #4344

Open alexkreidler opened 1 week ago

alexkreidler commented 1 week ago

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\

Thanks for an awesome tool!