run_in_venv
Execute a command within a Python virtual environment, returning success status. Use to run scripts or tools isolated in a specific venv.
Instructions
Run a command in virtual environment. Returns True if successful.
Args: command: Command to run. args: Arguments to pass to the command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_working_dir | Yes | ||
| command | Yes | ||
| args | No |