0.13.0-deva
Pre-release
Pre-release
github-actions
released this
11 Sep 18:10
·
72 commits
to main
since this release
What's new in This Pre-release
[Python] Plugin will now create .venv
in your project root by default
When you launch Python, our plugin now defaults to putting your virtual environment in $DEVBOX_PROJECT_ROOT/.venv
. This provides better compatibility with IDEs and Language Extensions that expect Python to be in your project root.
You can manage where Devbox sets up your .venv
directory by setting the $VENV_DIR
environment variable in your devbox.json
Other Fixes
- Devbox now automatically installs common native libraries used by Python on Darwin.