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 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.