Gabe
Results
1
comments of
Gabe
I'm not using Anaconda, just virtualenvs, but still had the issue of building against system python. I had success essentially changing the flag I'm passing to cmake to: ``` -DPython3_EXECUTABLE:FILEPATH=/path/to/venv/bin/python...