create_virtual_env
Parameters:
Returns:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
create_virtual_env(dir_path: str, **env_args) -> SimpleNamespace
| Name | Description |
|---|---|
dir_path | Directory path where the env will be created. Type: str |
**env_args | Any extra args to pass to the EnvBuilder |
| Type | Description |
|---|---|
| types.SimpleNamespace | SimpleNamespace: the virtual env context object. |