Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change hash-bang for maximum compatability #89

Merged
merged 1 commit into from
Jan 28, 2013
Merged

Change hash-bang for maximum compatability #89

merged 1 commit into from
Jan 28, 2013

Conversation

brousch
Copy link
Contributor

@brousch brousch commented Jan 20, 2013

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
Copy link
Member

tito commented Jan 28, 2013

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