install_version
Install a specific Python version using pyenv to set up the exact runtime your project requires.
Instructions
Install a specific Python version using pyenv.
Args:
version: The exact version string to install (e.g., '3.12.2').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |