use /usr/bin/env python3 as shebang, to be nice to virtualenv
This commit is contained in:
parent
5b20eff7d3
commit
26d855c796
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue