the case there is different - it’s for f32 → f33 upgrade, so google-cloud-sdk was already installed.
but for me, i want to install google-cloud-sdk on f33 so it’s post install script don’t work, meaning those scripts don’t seem to read that env (or am i doing something wrong?).
i tried adding that env in /etc/environment, /root/.bashrc but had no luck.
I came across the same problem of trying to get gcloud to work on Fedora 33 Silverblue and wanted to share my solution. Inside the google-cloud-sdk folder, I deleted the google-cloud-sdk/lib/third_party/enum folder, and that allowed me to get it working.