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
Works just fine in Devbox 0.13.6
But broken in 0.14.0
Info: Ensuring packages are installed.
✓ Computed the Devbox environment.
error: No interpreter found for path `.../.venv/bin/python` in managed installations or system path
Error: error running script "it-tests" in Devbox: exit status 2
The issue is I have a venv in the subfolder, but it always tries to look in the root of the project :(
error: No interpreter found for path `/Users/kms/work/devbox_bug/.venv/bin/python` in managed installations or system path
Error: error running script "it-tests" in Devbox: exit status 2
What happened?
Works just fine in Devbox 0.13.6
But broken in 0.14.0
The issue is I have a venv in the subfolder, but it always tries to look in the root of the project :(
Will try to prepare the reproduction example.
Likely related to #2478
#2411
cc @yemaney
Steps to reproduce
Command
run
devbox.json
Devbox version
0.14.0
Nix version
2.27.1
What system does this bug occur on?
macOS (Apple Silicon)
Debug logs
No response
The text was updated successfully, but these errors were encountered: