[Using Mac OSX 10.6.8]
i'm tryring to install networkx to python 2.7, but it keeps trying to install it to version 2.6 (which in uninstalled when i upgraded to 2.7)
i tried easy_install for an unspecified version, and it got the 2.6 version
command:
easy_install networkx
output
Searching for networkx
Best match: networkx 1.7
Processing networkx-1.7-py2.6.egg
Removing networkx 1.7 from easy-install.pth file
Adding networkx 1.7 to easy-install.pth file
Using /Library/Python/2.6/site-packages/networkx-1.7-py2.6.egg
Processing dependencies for networkx
Finished processing dependencies for networkx
smms-baldrick:20121205_coif kirstin$
i tried downloading the python 2.7 version and installing it directly, but it still went to the library for 2.6
command:
easy_install http://networkx.lanl.gov/download/networkx/networkx-1.7-py2.7.egg
output
Downloading http://networkx.lanl.gov/download/networkx/networkx-1.7-py2.7.egg
Processing networkx-1.7-py2.7.egg
removing '/Library/Python/2.6/site-packages/networkx-1.7-py2.7.egg' (and everything under it)
creating /Library/Python/2.6/site-packages/networkx-1.7-py2.7.egg
Extracting networkx-1.7-py2.7.egg to /Library/Python/2.6/site-packages
networkx 1.7 is already the active version in easy-install.pth
Installed /Library/Python/2.6/site-packages/networkx-1.7-py2.7.egg
Processing dependencies for networkx==1.7
Finished processing dependencies for networkx==1.7