Skip to content

Use Python-based Build Tools via pipx #60

@kilo52

Description

@kilo52

For Python-based projects all build tools which require Python are simply part of the project's requirements.txt file. But for non-Python-based projects, the default project control code generated by project-init requires our standard virtual environment + virtualenvwrapper utilities to be available if the tool is not available on the path (i.e. the command cannot be found). For build tools which require Python, the generated project control code should check with pipx if the tool can be installed and make it available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ImprovementImprovement of an existing featureTemplatesChanges in project source templates

    Type

    No type

    Projects

    Status

    Open

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions