Bulding a virtualenv
Public feed posted on Wed, 28 Mar 2012 by Alexvirutalenv
Virutalenv is a python program that allows you to create system separate container with an own version of python/pip. All installed packages(with pip) are store there.
This allow a developer to install all necessarily packages into the userspace. It’s smoother and allow to have separate version of the same project, for example django.

