> Which said that it worked, but I couldn't find the easy_install script
> anywhere. Afer much floundering, I finally figured out that it put it in:
>
> /Library/Frameworks/Python.framework/Versions/2.4/bin
>
> which is not on my $PATH. Should it be? or should there be links to
> those scripts in /usr/local/bin?

setuptools respects a ~/.pydistutils.cfg file which you can specify
where to install things.  Here is what mine looks like:

---------------------------------------------
[easy_install]
script_dir = /usr/local/bin
---------------------------------------------
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to