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

Fix shebang for Arch Linux #20

Merged
merged 1 commit into from
Apr 11, 2019
Merged

Fix shebang for Arch Linux #20

merged 1 commit into from
Apr 11, 2019

Conversation

redfast00
Copy link
Contributor

See https://wiki.archlinux.org/index.php/python for the reason why: python on Arch Linux is python3 instead of the assumed python2 in this project.

This patch doesn't break the tool for other operating systems.

@xtaran
Copy link
Contributor

xtaran commented Mar 31, 2019

This patch doesn't break the tool for other operating systems.

I was first suspicious about this statement, but to my surprise, this seems indeed correct: even Debian 7 Wheezy and RHEL 6 have /usr/bin/python2.

@xtaran
Copy link
Contributor

xtaran commented Mar 31, 2019

Then again, once Python 3 support is complete (see #16 and #18), wouldn't it make more sense to use the default Python version of the OS?

@hellman hellman merged commit ca4060b into hellman:master Apr 11, 2019
@redfast00 redfast00 deleted the fix/arch branch April 11, 2019 09:19
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.

3 participants