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

Do not assume python is an interpreter for Python 2 #353

Merged
merged 1 commit into from Apr 8, 2013

Commits on Apr 8, 2013

  1. Do not assume python is an interpreter for Python 2

    On some distributions and configurations, the python command might refer to
    python3 instead of python2, breaking the build. Fix this by using the first of
    python2, python2.7, or python.
    Marco Schulze
    Marco Schulze committed Apr 8, 2013
You can’t perform that action at this time.