Which path the c libs output

i modify the c code, and “python setup.py install” again, but from the print info, the lib is the old, the modification is not come into effect, so my question is, i use conda to install, which path the c libs output

:sleepy: hello!!!

The module is whatever print(torch._C) shows as a path.
One way to trick yourself is by having a root (/usr/local or so, don’t know about conda) and a non-root (~/.local) installation.

Best regards

Thomas