python - Do I need to use virtualenv with Vagrant? -
i used virtualbox manual setups virtualenvs inside them run django projects on local machine. discovered vagrant , decided switch it, because seems easy , useful.
can not figure - need still use virtualenv vagrant vm, encouraged practice or forbidden?
if run 1 vagrant vm per project, there no direct reason use virtualenv.
if other contributors not use vagrant, use virtualenv, might want use , support make lives easier.
Comments
Post a Comment