create_venv
Create a Python virtual environment at a specified path to isolate project dependencies and avoid conflicts.
Instructions
Create a new Python virtual environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path for the virtual environment. Default: ".venv" relative to the current working directory. | .venv |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||