Commit a6b3952
committed
Change hash-bang for maximum compatability
This is to fix kivy#88
The ideal solution, according to Python PEP 0394, would seem to be
'#!/usr/bin/env python2', however that PEP is unfortunately not
well-followed by OSX and even Linux distros like Arch and Debian
Squeeze. Because of this, and because Kivy currently only supports
Python2.7, the more practical solution is '#!/usr/bin/env python2.7'.1 parent 60a324b commit a6b3952
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments