Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Happy fails with python 3 default install #18

@tclarke

Description

@tclarke

Happy does not work with python 3.x but not not explicitly specify python 2 in the scripts so it will fail on a system where 'python' is 3.x. Fix should be to change the first lines of all scripts from #!/usr/bin/env python to #!/usr/bin/env python2

Ideally happy would be updated to support 3.x.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions