On Tue, 2008-05-20 at 16:24 -0700, lilinspace wrote:
> II had pylons working with python 2.4 but now I have upgraded to
> python 2.5.  I tried running
> 
> easy_install Pylons==0.9.6.1

easy_install hardcodes the path in the shebang line.  If 2.5 is
installed as /usr/bin/python2.5, try running

/usr/bin/python2.5 easy_install Pylons

which will cause the shebang line to be ignored.

Regards,
Cliff


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to