Class VEnv
Defined in File venv.py
Class Documentation
- class VEnv
Public Functions
- __init__(self, Path env_dir, *Path|None wheelhouse=None)
- run(self, *str args, Literal[True] capture)
- run(self, *str args, Literal[False] capture=...)
- run(self, *str args, bool capture=False)
- execute(self, str command)
- module(self, *str args)
- install(self, *str args, bool isolated=True)