use python2.7 and not python2 (OSX compatibility)
This commit is contained in:
parent
a4352814d1
commit
89b4fca6a2
2 changed files with 2 additions and 2 deletions
2
start.py
2
start.py
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python2.7
|
||||
|
||||
|
||||
# Included modules
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python2.7
|
||||
|
||||
# Included modules
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue