Do I need to use virtualenv with Vagrant?
问题 I was used VirtualBox manual setups with virtualenvs inside them to run Django projects on my local machine. Recently I discovered Vagrant and decided to switch to it, because it seems very easy and useful. But I can not figure - do I need still use virtualenv Vagrant VM, is it encouraged practice or forbidden? 回答1: If you run one vagrant VM per project, then there is no direct reason to use virtualenv. If other contributors do not use vagrant, but do use virtualenv, then you might want to