jthegedus / asdf-gcloud

☁️ GCloud CLI (Google Cloud SDK) plugin for asdf version manager. Pin gcloud versions for each project!
https://asdf-vm.com
MIT License
55 stars 22 forks source link

Add bin/exec_env to customize environment. #13

Closed vic closed 4 years ago

vic commented 4 years ago

Should we have a bin/exec_env file that exports CLOUDSDK_PYTHON automatically, instead of requiring the following to be executed by the user?

python_sdk="$(command -v python)"
export CLOUDSDK_PYTHON="${python_sdk}"
jthegedus commented 4 years ago

Yep, working on that now 😄

jthegedus commented 4 years ago

@vic Please give that implementation a look 😃