This is a problem I have very frquently when writing python scripts on my local box. Sh module seems like exactly what I need, but does it work on wandows?
> sh relies on various Unix system calls and only works on Unix-like operating systems - Linux, macOS, BSDs etc. Specifically, Windows is not supported.