14 Jul
2014
14 Jul
'14
2:02 p.m.
On 07/14/2014 03:55 PM, Gareth Simons wrote:
Thanks Tiago.
A quick question as a newb to Linux: If I install from git onto Ubuntu using pip, then would this in anyway conflict with the graph-tool version installed via Ubuntu’s apt-get?
You can't install from git using pip. You have to run ./autogen.sh and then ./configure, make, make install. And yes, if you do that it will overwrite the version installed via apt-get. If compiling from source is too cumbersome for you, you can just wait until the next version is released. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>