Python Virtual Environments (venv)
A virtual environment that can be used with elk can be created with the function env::venv::create [path]
. After the venv has been created, it can be activated with source [path]/bin/activate.elk
.
A virtual environment that can be used with elk can be created with the function env::venv::create [path]
. After the venv has been created, it can be activated with source [path]/bin/activate.elk
.