virtualenvwrapper
virtualenv wrapper functions
Extensions to Ian Bicking's virtualenv tool. Requires installing virtualenv separately.
Bug Reports and Source Code
http://bitbucket.org/dhellmann/virtualenvwrapper/
Current Version: 1.18
Released: Mon Jun 22 15:24:39 2009
Download version
1.18
Documentation is included in the source distribution and is available online.
Related Links
- virtualenvwrapper updates (2009-03-24)
- The latest version available for download is 1.12. New features include pre and post operation hooks for operations involving virtualenvs (so you can do things like install your favorite common packages every time you make a new virtualenv), navigation functions for working inside the environment, and a host of fixes and optimizations. Check the release log on PyPI for a complete history of the updates. ...
- virtualenvwrapper moves to bitbucket.org (2009-03-05)
- I've just uploaded release 1.7 of virtualenvwrapper, my set of extensions to Ian Bicking's virtualenv tool. There are no major code changes in this release, just some packaging updates to fix installation via easy_install (forcing unzipped install) and to deal with the move to bitbucket.org.
- virtualenvwrapper 1.6.1, even MORE zsh support (2008-12-18)
- Byron Clark contributed a patch to make rmvirtualenv work with zsh, so I packaged up release 1.6.1 of virtualenvwrapper. ...
- virtualenvwrapper 1.6 released (2008-12-17)
- The latest release of virtualenvwrapper includes completion support for zsh, courtesy of a patch from Ted Leung. Thanks, Ted!
- virtualenvwrapper 1.4, now with .pth management (2008-11-11)
- Version 1.4 of virtualenvwrapper includes a .pth file management function contributed by James Bennett and Jannis Leidel. The new add2virtualenv function makes it easy to share code between virtual environments without installing it in the system site-packages directory, by adding directories to a .pth file in the virtualenv. ...
- virtualenvwrapper 1.3 (2008-11-08)
- John Shimek identified a nasty bug in rmvirtualenv and provided a patch to fix it. Release 1.3 includes the fix. I strongly recommend upgrading.
- Fictitious Nonsense " A nasty bug in virtualenvwrapper (2008-11-06)
- Predictable Chaos: Virtualenv (2008-10-19)
- virtualenvwrapper bash completion — Arthur Koziel's Blog (2008-10-13)
- virtualenvwrapper 1.2 (2008-10-13)
- The latest version of virtualenvwrapper includes tab completion for the workon and rmvirtualenv commands, based on a version written by Arthur Koziel. ...
- virtualenvwrapper 1.1 (2008-10-11)
- This morning I packaged up and released virtualenvwrapper 1.1. The new release includes a set of nicer error messages and usability improvements from Alex Satrapa and is packaged with distutils so it is easy_install-able. ...
- virtualenvwrapper | And Now For Something Completely Different (2008-10-11)
- Managing Django Projects on Your Server with Style | Django Web Development - Lincoln Loop (2008-09-05)
- Doug's awesome virtualenv scripts at Compound Thinking (2008-07-27)
- virtualenvwrapper | And Now For Something Completely Different (2008-07-26)
- Not content to leave well enough alone, I offer up some extensions to Ian Bicking's virtualenv script that make it even more useful. ...
- IPython and virtualenv | And Now For Something Completely Different, Feb. 2008 (2008-06-13)
- IPython is a feature-rich interactive shell for Python developers. Virtualenv creates isolated development environments so you can test or install packages without introducing conflicts. In this column, I examine how both tools can make your life a little easier. ...
- Python Magazine for May 2008 (2008-05-29)
...- New release: virtualenvwrapper (2008-04-06)
- Last week I finally cleaned up the wrapper code I've been using with Ian Bicking's virtualenv. The results are a set of bash functions imaginatively dubbed "virtualenvwrapper". ...