How I use Django, Virtualenv and Buildout together (sophomoredev.com) 3 points by bialecki 14y ago ↗ HN
[–] kennu 14y ago ↗ I don't really understand the purpose of the complex Buildout configuration, when you can just run "pip install -r requirements.txt" in your virtualenv and list your packages in a simple text file? What do you win with Buildout? [–] dguaraglia 14y ago ↗ I have the same question. So far a combination of pip + virtualenv + fabric has been more than sufficient for my deployment requirements.Is there any inherent advantage of using buildout instead?
[–] dguaraglia 14y ago ↗ I have the same question. So far a combination of pip + virtualenv + fabric has been more than sufficient for my deployment requirements.Is there any inherent advantage of using buildout instead?
2 comments
[ 2.9 ms ] story [ 18.6 ms ] threadIs there any inherent advantage of using buildout instead?