I use pip and aggressive version pinning to at least within a major version number for any fast moving dependencies.
I am mostly making web applications that then get deployed inside a docker container where I get a stable system image and can run wild without virtualenv in my apps own little sandbox. On Mon, Jul 20, 2015 at 4:05 PM Iain Duncan <[email protected]> wrote: > Hi, we're embarking on a project that will stitch together many apps, and > I figured I should do my due diligence on hunting for the > state-of-the-nation in python build tools. I've personally used buildout in > the past and liked it, but I know for other team members something that was > more pip/virtualenv based would be preferable. Just curious what folks are > using? > > thanks! > Iain > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
