IRC channel logs

2020-10-07.log

back to list of logs

***rekado_ is now known as rekado
<efraim>`head -n1 /gnu/store/zlp8zxn8jm3gjrik7kq7scacvz8nl0jn-python2-2.4.6/lib/python2.4/base64.py` => #! /usr/bin/env python
<civodul>why does a library have a shebang anyway?
<efraim>that's a good question, I was focused on why is there a space, breaking the shebang
<efraim>I still have to run genenetwork1 with strace inside the system container, adding /usr/bin/env to the container wasn't enough to make it work
<civodul>efraim: the space is fine
<efraim>Huh, TIL