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
Post a Comment