Skip to content

Change hash-bang for maximum compatability#89

Merged
tito merged 1 commit into
kivy:masterfrom
brousch:patch-1
Jan 28, 2013
Merged

Change hash-bang for maximum compatability#89
tito merged 1 commit into
kivy:masterfrom
brousch:patch-1

Conversation

@brousch

@brousch brousch commented Jan 20, 2013

Copy link
Copy Markdown
Contributor

This is to fix #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'.

This is to fix #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'.
@tito

tito commented Jan 28, 2013

Copy link
Copy Markdown
Member

Agreed!

tito added a commit that referenced this pull request Jan 28, 2013
Change hash-bang for maximum compatability
@tito tito merged commit 6e65534 into kivy:master Jan 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build.py has "/usr/bin/python2" hard-coded

2 participants