On Tuesday, November 27, 2012 8:21:48 PM UTC-8, Roy Smith wrote: > What we do is run "pip freeze > requirements.txt" and check that into > version control. That's the idea I was toying with, thanks for confirming.
> When we deploy, we create a new virtualenv, then do > "pip install -r requirements.txt". 1. Do you do that for every run? 2. Our ops team don't like to depend on pypi, they want internal repo - but I guess I can do that with "pip install -f". Thanks, -- Miki -- http://mail.python.org/mailman/listinfo/python-list