What's Changed
- Fix: Allow shell builtins to work with pipenv run by @matteius in #6487
- Fix: Allow packages with only prerelease versions to be installed by @matteius in #6486
- Fix: Auto-enable fancy shell mode when Oh My Posh is detected by @matteius in #6488
- Fix: Preserve environment markers when importing requirements.txt by @matteius in #6489
- Fix: Unset COLUMNS and LINES before spawning pipenv shell by @matteius in #6490
- Fix: Use sys.executable -m pipenv instead of bare pipenv command by @matteius in #6491
- Improve error messages for build wheel failures by @matteius in #6492
- Add 'pipenv activate' command for current shell activation by @matteius in #6494
- Docs: Update installation guide for PEP 668 compatibility by @matteius in #6495
- Add --no-lock flag to 'pipenv requirements' command by @matteius in #6496
- Add PIPENV_PROJECT_DIR environment variable by @matteius in #6497
Full Changelog: v2026.0.1...v2026.0.2