Don’t use a specific python instance, use whichever is first in the path.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
import re
|
import re
|
||||||
|
|
||||||
with open("corelib.wren", "r") as f:
|
with open("corelib.wren", "r") as f:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import glob
|
import glob
|
||||||
import markdown
|
import markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user