Vox (xonsh.vox
)¶
-
class
xonsh.vox.
Vox
[source]¶ Vox is a virtual environment manager for xonsh.
Ensure that $VIRTUALENV_HOME is defined and declare the available vox commands
-
activate_env
(name)[source]¶ Activate a virtual environment.
Parameters: name : str
Virtual environment name
-
static
create_env
(name)[source]¶ Create a virtual environment in $VIRTUALENV_HOME with python3’s
venv
.Parameters: name : str
Virtual environment name
-