use /usr/bin/env python3 as shebang, to be nice to virtualenv

This commit is contained in:
Stefano Zacchiroli 2018-09-19 17:17:51 +02:00
parent 5b20eff7d3
commit 26d855c796

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# Copyright (C) 2015 Stefano Zacchiroli <zack@upsilon.cc>
# License: GNU General Public License version 3, or any later version