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!"
Requirements
- Python 3
- On Windows we look for
python3.exeorpython.exe - Otherwise we look for
python3orpython
- On Windows we look for
- The
venvpackage- This might be available as
python3-venvor under a similar name. Double check your packages. E.g. on Ubuntu Python 3.8 is available aspython3.8and the correspondingvenvpackage is namedpython3.8-venv.
- This might be available as
License
MIT.