Skip to content

python-config should be linked #169

Closed
@swsnr

Description

@swsnr

virtualenv should provide pythonX.Y-config of the python interpreter used for the virtual environment as python-config in the virtual environment.

Usage case: Building of extension modules inside virtualenvs. Some extension modules use autotools as build system. Autotools uses python-config to find the extension module. This fails, if the "python" inside the virtualenv is Python 3, but "python-config" coming from the system Python is Python 2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions