pybind/python_example

pybind11.get_include() with virutalenv

JSeluga opened this issue · 1 comments

I have an virtual environment created using virtualenvwrapper that has issues with returning the appropriate path for the include directory for pybind11.get_include(). I just get 'include'. What can I do to correct

What version of pybind11? Should be fine since at least 2.5, maybe earlier. This normally works just fine in virtual environments.