Skip to content

Replaced 'python' with '$PYTHON' for compatibility #152

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

Merged
merged 1 commit into from
Aug 26, 2013
Merged

Replaced 'python' with '$PYTHON' for compatibility #152

merged 1 commit into from
Aug 26, 2013

Conversation

inclement
Copy link
Member

Python is called with 'python' rather than '$PYTHON' on line 413 or distribute.sh. This fails on systems where the python binary is python3 (i.e. Arch linux), as the depsort.py script uses a python2 style print statement.

This fix just replaces python with $PYTHON, as in the rest of distribute.sh.

tshirtman added a commit that referenced this pull request Aug 26, 2013
Replaced 'python' with '$PYTHON' for compatibility
@tshirtman tshirtman merged commit bae7a9e into kivy:master Aug 26, 2013
@tshirtman
Copy link
Member

thanks :)

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.

2 participants