I have a shadowenv that sets `CLOUDSDK_PYTHON`, but the following scripts errors out. ``` import os print(os.environ["CLOUDSDK_PYTHON"] ``` Since there are no logs it's hard to diagnose if the plugin is working properly.