Closed vic closed 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?
bin/exec_env
CLOUDSDK_PYTHON
python_sdk="$(command -v python)" export CLOUDSDK_PYTHON="${python_sdk}"
Yep, working on that now 😄
@vic Please give that implementation a look 😃
Should we have a
bin/exec_env
file that exportsCLOUDSDK_PYTHON
automatically, instead of requiring the following to be executed by the user?