Nothing like a portable, cross-platform #Python setup script:
```
subprocess.check_call('git clone https://gitlab.com/[redacted]/[redacted].git /tmp/[redacted]', shell=True)
```
@jscholes ahh yes let me just run this on my cmd
@zersiax The script in question then attempts to run `make`, and even more ridiculously, `cp`, including Unix shell expansion syntax.
@jscholes This is so common in Jupyter notebooks.
Literally today, I've had to deal with one that had !apt-get install all over the place.
@miki LOL. If anything, that's even worse.