Output pinned installed versions.
Section: Inspect and Verify
Freeze installed packages
bash
bash
python -m pip freezeExplanation
Typically used to generate `requirements.txt` style output.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Inspect and Verify
Check dependency health
Report broken or incompatible installed dependencies.
Inspect environment as JSON
Output structured JSON details for the environment.
List available versions
Show candidate versions for a package from the index.
Download without installing
Fetch distributions locally without modifying the environment.