xshell-venv - manage Python virtual environments in code.
xshell-env is an extension to xshell, the swiss-army knife for writing cross-platform “bash” scripts in Rust.
Example
use xshell;
use VirtualEnv;
let sh = new?;
let venv = new?;
venv.run?; // "Hello World!"