| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-10 | 1.4 kB | |
| Release v2026.0.2 source code.tar.gz | 2025-12-10 | 10.5 MB | |
| Release v2026.0.2 source code.zip | 2025-12-10 | 10.9 MB | |
| Totals: 3 Items | 21.4 MB | 0 | |
What's Changed
- Fix: Allow shell builtins to work with pipenv run by @matteius in https://github.com/pypa/pipenv/pull/6487
- Fix: Allow packages with only prerelease versions to be installed by @matteius in https://github.com/pypa/pipenv/pull/6486
- Fix: Auto-enable fancy shell mode when Oh My Posh is detected by @matteius in https://github.com/pypa/pipenv/pull/6488
- Fix: Preserve environment markers when importing requirements.txt by @matteius in https://github.com/pypa/pipenv/pull/6489
- Fix: Unset COLUMNS and LINES before spawning pipenv shell by @matteius in https://github.com/pypa/pipenv/pull/6490
- Fix: Use sys.executable -m pipenv instead of bare pipenv command by @matteius in https://github.com/pypa/pipenv/pull/6491
- Improve error messages for build wheel failures by @matteius in https://github.com/pypa/pipenv/pull/6492
- Add 'pipenv activate' command for current shell activation by @matteius in https://github.com/pypa/pipenv/pull/6494
- Docs: Update installation guide for PEP 668 compatibility by @matteius in https://github.com/pypa/pipenv/pull/6495
- Add --no-lock flag to 'pipenv requirements' command by @matteius in https://github.com/pypa/pipenv/pull/6496
- Add PIPENV_PROJECT_DIR environment variable by @matteius in https://github.com/pypa/pipenv/pull/6497
Full Changelog: https://github.com/pypa/pipenv/compare/v2026.0.1...v2026.0.2