Closed GoogleCodeExporter closed 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
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
Original comment by pmatiello
on 20 May 2013 at 10:53
Original issue reported on code.google.com by
jfilippi...@gmail.com
on 6 May 2013 at 7:41