"non central" package management

Miki Tebeka miki.tebeka at gmail.com
Tue Nov 27 23:30:53 EST 2012


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



More information about the Python-list mailing list