I have a question about the section of the documentation "Installing packages not in macports". Here it is explained how to properly use python setup.py. Can't we alternatively use easy_install, specifically
/opt/local/bin/easy_install-2.7 --user -U
or is this not recommended?
I have a question about the section of the documentation "Installing packages not in macports". Here it is explained how to properly use
or is this not recommended?
python setup.py
. Can't we alternatively useeasy_install
, specifically /opt/local/bin/easy_install-2.7 --user -U