GitHub user sebbASF opened an issue:

    https://github.com/apache/incubator-ponymail/issues/312

    Bug: many python scripts insist on Python 3.4

    Many of the Python scripts in the tools directory include the line:
    
    #!/usr/bin/env python3.4
    
    This causes the script to fail when run on anything other than Python 3.4.
    For example it will fail when run on a system with Python 3.5 only.
    This does not seem right.
    If the intention is to ensure that the version of Python is at least 3.4, 
then this should be done another way.

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to