Documentation Index
Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
create_virtual_env
Parameters:
| 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. |