Skip to content

chore: install python before gcloud

Erran Carey requested to merge erran/install-python-first into main

What does this merge request do and why?

Install python before gcloud

Previously users without python couldn't run asdf install to bootstrap the project dependencies.

How to set up and validate locally

  1. Use asdf install.
  2. Confirm gcloud succeeds instead of erroring out due to using an unsupported python version on the first install.

Merge request checklist

  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.

Merge request reports