igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] python version on macosx


From: Tamas Nepusz
Subject: Re: [igraph] python version on macosx
Date: Thu, 7 Jun 2007 20:55:14 +0200

Hi Simone,

According to this line:
Installing easy_install script to
/System/Library/Frameworks/Python.framework/Versions/2.3/bin
...your easy_install script is in
/System/Library/Frameworks/Python.framework/Versions/2.3/bin
You can either type the following:

/System/Library/Frameworks/Python.framework/Versions/2.3/bin/easy_install igraph

or make a symbolic link in /usr/bin (to make it easier to call
easy_install the next time):

ln -s 
/System/Library/Frameworks/Python.framework/Versions/Current/bin/easy_install
easy_install
easy_install igraph

--
Tamas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]