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)
```
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)
```
Mikołaj Hołysz
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.
James Scholes
in reply to Mikołaj Hołysz • • •