On Thu, 2006-05-04 at 14:50 -0700, Steve Bergman wrote: > Somehow easy_install got run with /usr/bin/python which is python 2.3 > rather than /opt/bin/python which is 2.4. I'm sure my PATH is correct,
easy_install (like all scripts installed using the setuptools "console_scripts" entry point) doesn't rely on the PATH for the python interpreter. It uses an absolute path on the #! line to the interpreter it was installed with. -- Matt Good <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

