development with virtualenv

Posted on February 26, 2010

Virtualenv is a tool for isolating Python projects. Such Python projects can have their own set of packages and their versions without affecting each other. This article will tell you how to create and work with such environments and how to use them with your Django projects.

This is a follow-up to the last article on virtualenv and pip.