virtualenvwrapper Changelog

What's new in virtualenvwrapper 4.2

Jan 16, 2014
  • Add tmp- prefix to temporary environment names created by mktmpenv.
  • Fix some uses of cd that did not account for possible aliasing. Contributed by Ismail Badawi (ibadawi).
  • Fix documentation for allvirtualenv, contributed by Andy Dirnberger (dirn).
  • Add --force option to mkproject, contributed by Clay McClure (claymcclure).
  • Fix handling for project directory argument -a to mkvirtualenv, based on work by Xupeng Yun.
  • Dropped python 3.2 testing.
  • Updated test configuration so they work properly under Linux.
  • Resolve relative paths before storing the project directory reference in setvirtualenvproject. (issue 207)
  • Do not create hooks for rmproject, since there is no such command. (issue 203)
  • Update the tests to use a valid template for creating temporary directories under Linux.
  • Fix the use of which in virtualenvwrapper_lazy.sh in case it is aliased.
  • Fix an issue with recursion in completion expansion crashing zsh, contributed by blueyed.

New in virtualenvwrapper 1.16 (Apr 25, 2009)

  • Merged in changes to cdvirtualenv from wam and added tests and docs.
  • Merged in changes to make error messages go to stderr, also provided by wam.

New in virtualenvwrapper 1.15 (Apr 6, 2009)

  • Better error handling in mkvirtualenv.
  • Remove bogus VIRTUALENV_WRAPPER_BIN variable.

New in virtualenvwrapper 1.14 (Apr 5, 2009)

  • Wrap the virtualenv version of deactivate() with one that lets us invoke the predeactivate hooks.
  • Fix virtualenvwrapper_show_workon_options for colorized versions of ls and write myself a note so I don't break it again later.
  • Convert test.sh to use true tests with shunit2

New in virtualenvwrapper 1.12 (Mar 24, 2009)

  • Check return value of virtualenvwrapper_verify_workon_home everywhere, thanks to Jeff Forcier for pointing out the errors.
  • Fix instructions at top of README, pointed out by Matthew Scott.
  • Add cdvirtualenv and cdsitepackages, contributed by James Bennett.
  • Enhance test.sh.

New in virtualenvwrapper 1.11 (Mar 19, 2009)

  • Optimize virtualenvwrapper_show_workon_options.
  • Add global postactivate hook.

New in virtualenvwrapper 1.10 (Mar 18, 2009)

  • Pull in fix for colorized ls from Jeff Forcier (b42a25f7b74a).

New in virtualenvwrapper 1.9 (Mar 14, 2009)

  • Add more hooks for operations to run before and after creating or deleting environments based on changes from Chris Hasenpflug.

New in virtualenvwrapper 1.8.1 (Mar 6, 2009)

  • Corrected a problem with change to mkvirtualenv that lead to release 1.8 by using an alternate fix proposed by James in comments on release 1.4.

New in virtualenvwrapper 1.8 (Mar 6, 2009)

  • Fix for processing the argument list in mkvirtualenv from jorgevargas (BitBucket issue #1)

New in virtualenvwrapper 1.7 (Mar 5, 2009)

  • Move to bitbucket.org for hosting
  • Clean up TODO list and svn keywords
  • Add license section below

New in virtualenvwrapper 1.6.1 (Dec 18, 2008)

  • More zsh support (fixes to rmvirtualenv) from Byron Clark.

New in virtualenvwrapper 1.5 (Nov 19, 2008)

  • Fix some issues with spaces in directory or env names. They still don't really work with virtualenv, though.
  • Added documentation for the postactivate and predeactivate scripts.