deactivate_venv
Deactivate the active virtual environment to restore system Python for subsequent python and pip tool calls.
Instructions
Deactivate the current session's virtual environment.
After this call, python_* and pip_* tools will use the system Python interpreter.
Returns: A dict with keys: status, data (confirmation).
Examples: deactivate_venv()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||