You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ pixi run -e finch-dev 'echo $SPARSE_BACKEND'
❯ pixi run -e mlir-dev 'echo $SPARSE_BACKEND'
MLIR
❯ pixi run -e finch-dev 'echo $PYTHONFAULTHANDLER'
/Users/habbasi/faulthandler.log
Issue description
If both platform-agnostic and platform-specific env vars are provided, the platform-agnostic ones are ignored entirely.
Expected behavior
Global env vars should be overridable by platform-specific ones, but platform-agnostic ones should take precedence if present.
The text was updated successfully, but these errors were encountered:
hameerabbasi
changed the title
Pixi seems to be ignoring global activation env vars when OS-specific ones are provided
Global activation env vars ignored when platform-specific ones are provided
Oct 31, 2024
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
If both platform-agnostic and platform-specific env vars are provided, the platform-agnostic ones are ignored entirely.
Expected behavior
Global env vars should be overridable by platform-specific ones, but platform-agnostic ones should take precedence if present.
The text was updated successfully, but these errors were encountered: