[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Installing igraph python on Debian without administrator pr
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] Installing igraph python on Debian without administrator privileges |
Date: |
Mon, 6 May 2013 11:20:02 +0200 |
> 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.