On Feb 7, 11:38 am, Matthew Burgess <[email protected]> wrote:
> I couldn't find a way of easily integrating the above into go-pylons.py, > and I think it's an esoteric enough need that I am probably better off > running 'virtualenv' and 'easy_install' manually anyway. buildout http://wiki.pylonshq.com/display/pylonscommunity/Howto+install+Pylons+with+buildout u can install your venv and that buildout construct your pylons env u can install exactly the same egg versions everytime you run the buildout, and use the egg cache capability that buildout provide (recomendation, delete the interpreter = python line, instead, you can install ipython inside the buildout) -- Yonsy Solis -- 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.
