v2026.2.18: mise exec -- python3 ignores venv at runtime #8296
Unanswered
erichoracek
asked this question in
Troubleshooting and bug reports
Replies: 0 comments
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.
-
After upgrading to
mise v2026.2.18,mise exec -- python3appears to resolvepython3to the repo virtualenv path, but the process that actually runs is the base mise-managed Python interpreter.This breaks workflows that install Python deps into
.venvand then run scripts viamise exec -- python3 ....Environment
v2026.2.17worksv2026.2.18failsObserved behavior
With
v2026.2.18:mise exec -- which python3prints.venv/bin/python3mise exec -- python3 ...runs the base mise Python (~/.local/share/mise/installs/python/.../bin/python3)Expected behavior
mise exec -- python3 ...should execute the same interpreter shown bywhich python3(the repo venv interpreter), so packages installed into.venvare importable.Beta Was this translation helpful? Give feedback.
All reactions