python_venv
Create, delete, or inspect Python virtual environments and list installed packages.
Instructions
Manage Python virtual environments (create, delete, info, list packages)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments | |
| clear | No | Delete venv contents if it exists | |
| action | No | Virtual environment action (default: info) | |
| python | No | Python interpreter to use | |
| timeout | No | Command timeout in milliseconds | |
| venvPath | No | Path to virtual environment (default: .venv) | |
| directory | No | Working directory | |
| systemSitePackages | No | Give access to system site-packages |