Closed
Description
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
Labels
No labels