pip_version
Retrieve the installed pip version on Windows to confirm the Python environment's package manager status.
Instructions
Return the current pip version.
Returns: A dict with keys: status, exit_code, stdout, stderr, output, duration_ms.
Examples: pip_version()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||