We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517a7a3 commit 76cecddCopy full SHA for 76cecdd
mache/deploy/templates/load.sh.j2
@@ -50,10 +50,11 @@ if [[ -n "${MACHE_DEPLOY_RUNTIME_VERSION_CMD:-}" ]]; then
50
return 1
51
fi
52
53
+ # Use a non-login shell so pixi-provided PATH/env are not reset by site profiles.
54
probe_output="$(
55
env -u PIXI_PROJECT_MANIFEST -u PIXI_PROJECT_ROOT \
56
"${PIXI}" run -m "${PIXI_TOML}" -- \
- bash -lc "${MACHE_DEPLOY_RUNTIME_VERSION_CMD}" 2>&1
57
+ bash -c "${MACHE_DEPLOY_RUNTIME_VERSION_CMD}" 2>&1
58
)"
59
status=$?
60
0 commit comments