virtualenvwrapper

Extensions to Ian Bicking’s virtualenv tool.

virtualenvwrapper is a set of extensions to Ian Bicking’s virtualenv tool for creating isolated Python development environments. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.

Features

  1. Organizes all of your virtual environments in one place.
  2. Wrappers for creating, copying and deleting environments, including user-configurable hooks.
  3. Use a single command to switch between environments.
  4. Tab completion for commands that take a virtual environment as argument.
  5. User-configurable hooks for all operations.
  6. Plugin system for more creating sharable extensions.

Rich Leland has created a short screencast showing off the features of virtualenvwrapper.

Installation

Download the latest release from the PyPI page.

See the project documentation for installation and setup instructions.

Note

In order to use virtualenvwrapper you must install virtualenv separately.

Upgrading from 1.x

The shell script containing the wrapper functions has been renamed in the 2.x series to reflect the fact that shells other than bash are supported. In your startup file, change source /usr/local/bin/virtualenvwrapper_bashrc to source /usr/local/bin/virtualenvwrapper.sh.

Support

This project is hosted on bitbucket.org: https://bitbucket.org/dhellmann/virtualenvwrapper

Please report issues via the bug tracker.

Post a message to the virtualenvwrapper Google Group for help getting set up.

Documentation and History

User and developer documentation is updated with each release and includes a complete history.

License

Copyright Doug Hellmann, All Rights Reserved

Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Doug Hellmann not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.

DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DOUG HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Bookmark and Share