Am 28.10.18 um 21:25 schrieb Anton Ostroumov:
> 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.

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).

-- 
Tiago de Paula Peixoto <ti...@skewed.de>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
graph-tool mailing list
graph-tool@skewed.de
https://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to