mirror of https://github.com/CGAL/cgal
In case /usr/bin/python3 does not exist but was installed somewhere else.
This commit is contained in:
parent
bdcb53abef
commit
0f83553131
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import re
|
||||
|
|
|
|||
Loading…
Reference in New Issue