Skip to content

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

Merged
tshirtman merged 1 commit into
kivy:masterfrom
inclement:master
Aug 26, 2013
Merged

Replaced 'python' with '$PYTHON' for compatibility#152
tshirtman merged 1 commit into
kivy:masterfrom
inclement:master

Conversation

@inclement

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