Where is CMAKE_PREFIX_PATH supposed to point if I'm building pytorch without conda?

Not really much else to say except bit annoyed the doc just assumes you use conda but I don’t really care either way just filling up the 20 char minimum.

Seems to be

-DCMAKE_PREFIX_PATH=$(python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())'