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