Skip to main content


Nothing like a portable, cross-platform #Python setup script:

```
subprocess.check_call('git clone /[redacted].git]https://gitlab.com/[redacted]/[redacted].git /tmp/[redacted]', shell=True)
```

in reply to James Scholes

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.