make shebang use env
This commit is contained in:
parent
193564bfd6
commit
881c21cc9c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /bin/python3
|
||||
#! /usr//bin/env python3
|
||||
|
||||
"""
|
||||
Short executable file to start the command-line-interface for the hanabi package.
|
||||
|
|
Loading…
Reference in a new issue