Django Everything Template beta documentation

Virtualenv

«  Python Dependency Management   ::   Contents   ::   PIP  »

Virtualenv

Virtualenv is a tool that allows you to create an isolated python environment. This allows you to have different projects on different versions of python, with different versions of dependencies installed without conflicting.

«  Python Dependency Management   ::   Contents   ::   PIP  »