env resolution order problematic when installing gcloud
#10282
Unanswered
leipert
asked this question in
Troubleshooting and bug reports
Replies: 1 comment
-
|
Fixed in #10432 (merged) — ships in the next release. Two parts: (1) vfox's Lua |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
gcloud(installed via vfox:mise-plugins/vfox-gcloud has trouble picking up the "correct" python version when installing.With the env variable
CLOUDSDK_PYTHONone can tell the install script of gcloud which python version to use. The config below works beautifully when one installs python separately (e.g.mise install pythonand thenmise install gcloud), but fails when installing togethermise installmise.toml:
mise doctor (before running the install)
output of `mise install`
It seems like between the install of
pythonandgcloud, the env variableCLOUDSDK_PYTHONis not re-evaluated (which makes sense), but there is also no good way to define the python path viainstall_envas those variables are not evaluated either.Any ideas how to approach this differently?
Beta Was this translation helpful? Give feedback.
All reactions