Skip to content

Need to make Python scripts handle systems where python3 is the default #14

@ridiculousfish

Description

@ridiculousfish

Currently fish's python scripts fail on systems where 'python' invokes Python3, like Arch Linux.

On these systems, we can get by with '#!/usr/bin/env python2' but that fails on OS X (which has no python2 symlink).

This bug tracks finding a resolution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions