I create a venv
with conda
, and I am building a C++ operator with PyBind11. However, every time I call
find_package(Python3 COMPONENTS Interpreter Development)
It just finds the python in the base environment. What command should I add to force it find the python in my venv?