> Can I find a description somewhere how I can install igraph module without > sudo rights? There's a description of the process on the following page:
http://igraph.wikidot.com/testing-environment-for-python-igraph If you already have virtualenv on your machine, you can skip the "Install virtualenv" step. If you don't have it yet, I'm 100% sure that there is a virtualenv package in Ubuntu Linux so ask your local sysadmin to install it and then follow the steps. Alternatively, you can try the following script: https://gist.github.com/ntamas/3721766 The above script installs the latest *development* (not stable) version of igraph and is a bit outdated since it checks out igraph from the Bazaar repository at Launchpad and we have already moved to Github, but theoretically the Github repo is mirrored at Launchpad so it should still work. -- T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
