.. _virtualenv:

Virtualenv Support (paver.virtual)
==================================

Paver makes it easy to set up virtualenv environments for development and deployment.
Virtualenv gives you a place to install Python packages and keep them separate from
your main system's Python installation.


paver.virtual Tasks
===================

.. automodule:: paver.virtual
    :members:

