djhenderson / python-graph

Automatically exported from code.google.com/p/python-graph
Other
0 stars 0 forks source link

Suggetion: macports #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to make this package available through macports:
   http://www.macports.org/
for easy installation and updates on mac systems.

Thank you.

Original issue reported on code.google.com by jfilippi...@gmail.com on 6 May 2013 at 7:41

GoogleCodeExporter commented 9 years ago
I think macports is probably the wrong way to go about installing Python 
packages. Consider pip or distribute (a.k.a. easy_install). These are 
cross-platform installation tools and most likely already exist on Macports. 
They are built to handle dependency management of complex Python projects.

Original comment by s...@stodge.org on 6 May 2013 at 8:55

GoogleCodeExporter commented 9 years ago
Thank you for the answer. I installed it using python setup.py install. 
Macports is quite convenient for managing packages, including uninstalling and 
also many other *nix software packages that would otherwise take up some time 
to install. easy_install is not very good at uninstalling (although pip does 
better in that).

Original comment by jfilippi...@gmail.com on 6 May 2013 at 9:20

GoogleCodeExporter commented 9 years ago

Original comment by pmatiello on 20 May 2013 at 10:53