File: hooks.rst

package info (click to toggle)
virtualenvwrapper 4.8.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 796 kB
  • sloc: sh: 3,369; python: 595; makefile: 185
file content (17 lines) | stat: -rw-r--r-- 609 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
===============================
 Customizing Virtualenvwrapper
===============================

virtualenvwrapper adds several hook points you can use to change your
settings, shell environment, or other configuration values when
creating, deleting, or moving between environments. These hooks are
exposed in two ways. :ref:`scripts` allows a user to perform generic actions
for every virtualenv in your environment, including customization of
virtualenv creation. :ref:`plugins` makes it possible to share common
behaviors between systems and developers.

.. toctree::
   :maxdepth: 1

   scripts
   plugins