I believe I fixed my problem, but not sure if the instructions for installing igraph C library should be amended, or whether it's a small bug.
I was getting the following error after following instructions for igraph C and python: ImportError: libigraph.so.0: cannot open shared object file: No such file or directory Following a clue on this old page <http://igraph.wikidot.com/installing-python-igraph-on-linux#toc1>, I added the following to my ~/.bashrc file, which fixed the problem: export LD_LIBRARY_PATH=/usr/local/lib/ Is this something that should be added to the current documentation? Is it a small bug? Or is it just a quirk of my systems (I had same behavior on two Ubuntu systems). Thanks! --Steve
_______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
