Closed
Description
What happened?
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 :(
Will try to prepare the reproduction example.
cc @yemaney
Steps to reproduce
- Create a project with python venv inside subfolder
- try to run any command via UV
- see the error
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