asdf exec-env is run before each use of the command (in this case gcloud). We can use this to set the CLOUDSDK_PYTHON env var which is required by gcloud.
Implementation:
guards against missing python
will not override CLOUDSDK_PYTHON if already present
asdf
exec-env
is run before each use of the command (in this casegcloud
). We can use this to set theCLOUDSDK_PYTHON
env var which is required bygcloud
.Implementation:
python
CLOUDSDK_PYTHON
if already presentCloses #13