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!