Relocating graph-tool module

Greetings!

I recently built graph-tool for Oracle Linux and it seems to work fine (at
least simple test passes).

The problem Im trying to solve is to use graph-tool with Conda (or
virtualenv). The build I did makes an RPM package that installs to the
system directory.

So, the question is: is there a way to relocate graph-tool module to
another directory except completely rebuilding it?

Of course I can solve Conda problem by either setting PYTHONPATH or by
symlinking the module to Conda environment (or even by building Conda
package), but it doesnt look right for me.

Thank you!

attachment.html (775 Bytes)

The location of the module is completely irrelevant, but the version of the
Python interpreter must be the same one used for compilation, otherwise you
need to recompile (the same goes for boost-python).