Hi John, I prefer to use buildout + mr.developer. It's very cleaner to move between dev, test and production environments this way for me, and have everything synchronized from our repository.
Using buildout versions.cfg file, we can rapidly recover exact versions of our applications after a "disaster" Ex: https://github.com/aaguirre/PythonChile.Buildout/blob/master/buildout.cfg Also, using buildout recipes I can solve specific problems easily, like the creation of the wsgi files to run my apps under mod_wsgi. Cheers, Alvaro. 2012/6/15 John Anderson <[email protected]> > What are you guys using these days? easy_install? pip? buildout? etc.. :) > Just looking for more information on what all you guys are using and > why so that we can make a better decision on what we are going to go with! > > Thanks! > > -- > 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. > -- 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.
