Hi, > > > Definitely use easy_install for Pylons and its dependencies > > Thanks all. Amazing, something upon which everyone agrees! >
I'm using Gutsy on my development machine, I install setuptools from apt along with any other stable packages like the aforementioned MYSQLdb then install virtualenv (thanks Ian) with 'sudo easy_install virtualenv'. When I start a new project I create a new virtualenv and easy_install pylons, sqlalchemy whatever into it. That way I hardly ever have to change my base installation, my projects don't need to syncronise their dependencies, no part of my usual dev process involves dropping to root and the best bit is if and when I decide the project was ill-fated (which happens more often than not) I just delete the virtualenv. Thomas Sidwick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
