setup_python_venv
Generate custom commands and configuration for setting up a Python virtual environment in your project. Select a manager—venv, virtualenv, conda, or uv—and target Python version.
Instructions
Generate commands and configuration for Python virtual environment setup
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| manager | No | Virtual environment manager | |
| project_dir | Yes | Project directory path | |
| python_version | No | Python version to use |