After googling around regarding virtualenv, I was under the impression that virtual environments should be created for every project I create (that are related and use the same site packages).
Is this true and why or why not?
Also, if I am currently using a virtualenv for one of my projects, how would I go about upgrading when upgrades for the packages come along?
pip install --upgrade packagename
– Maximilianus