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

Just switching the #!/usr/bin/python to #!/usr/bin/env python so that this works with virtualenv. #26

Merged
merged 1 commit into from Apr 6, 2012

Commits on Mar 2, 2011

  1. Use /usr/bin/env python instead of straight /usr/bin/python

    This change makes the pep8 executable function properly when running under a
    virtualenv or zc.buildout environment, which will have a special version of
    python on the path that internally changes its PYTHONPATH to include special
    libraries and modules.
    slacy committed Mar 2, 2011
    Copy the full SHA
    21677bd View commit details
    Browse the repository at this point in the history