github jetify-com/devbox 0.13.0-deva

latest releases: 0.13.0-devrc, 0.13.0
pre-release7 days ago

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.

Changelog

  • 6df893a [Python] Change .venv script to be more compatible with IDEs (#2259)
  • aaf5670 patchpkg: patch missing Python refs on darwin (#2258)

Don't miss a new devbox release

NewReleases is sending notifications on new releases.