Skip to content

Make Extension loader support python3 directly  #82

@fearthecowboy

Description

@fearthecowboy

Since Python3 is the only supported python, we're going to look (in order of importance) for:
On Windows:
py 3
python3
python -- will run python --version and check for /.*3.7*/ first

On Not Windows:
python3
python -- will run python --version and check for /.*3.7*/ first

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