python: should I check the virtualenv code into git? -


so have flask app under development using virtualenv. have tree this:

./app - view, model, etc ./flask - virtualenv 

obviously app managed git. question is: should same flask?

no, don't put can instead generate repository. , virtualenvs tied system; not re-use on another.

store requirements.txt file , readme showing how create virtualenv in git, , every time need set development on new machine, create virtualenv scratch.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - IIFE: var vs this - is there any difference? -

r - Grow a ffdf data frame on disk gradually -