I have installed distribute-py27 0.6.14-3 on an x86_64 fink install under Mac OS 10.6.4. It's my impression that distribute is meant to replace setuptools, but it doesn't seem to provide an 'easy_install' command.
$ dpkg -L distribute-py27 | grep easy /sw64/bin/easy_install-2.7 /sw64/lib/python2.7/site-packages/easy_install.py /sw64/lib/python2.7/site-packages/easy_install.pyc /sw64/lib/python2.7/site-packages/setuptools/command/easy_install.py /sw64/lib/python2.7/site-packages/setuptools/command/easy_install.pyc /sw64/lib/python2.7/site-packages/setuptools/tests/test_easy_install.py /sw64/lib/python2.7/site-packages/setuptools/tests/test_easy_install.pyc It seems the /sw64/bin/easy_install-2.7 command is the one that's meant to be used, but this seems awkward. I just know I'm going to type 'easy_install foo' in the future and wind up with libraries installed in the system python, then wonder why they won't import. Am I missing something? Thanks much, Andrew Davis ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
