~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/plugins.txt

  • Committer: Vincent Ladeuil
  • Date: 2009-09-04 15:36:48 UTC
  • mfrom: (4628.2.5 412930-plugin-path)
  • mto: This revision was merged to the branch mainline in revision 4673.
  • Revision ID: v.ladeuil+lp@free.fr-20090904153648-f4ajhttkhs92mgjz
BZR_PLUGIN_PATH can be used to fully control the plugin directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
Alternative plugin locations
57
57
----------------------------
58
58
 
59
 
If you have the necessary permissions, plugins can also be installed on
60
 
a system-wide basis. Two locations are currently checked for plugins:
61
 
 
62
 
 1. the system location - bzrlib/plugins
63
 
 2. the personal location - $BZR_HOME/plugins.
64
 
 
65
 
On a Linux installation, these locations are typically
66
 
``/usr/lib/python2.4/site-packages/bzrlib/plugins/`` and
67
 
``$HOME/.bazaar/plugins/``.
68
 
On a Windows installation, the system location might be
69
 
``C:\\Program Files\\Bazaar\\plugins``
70
 
while the personal location might be
71
 
``C:\Documents and Settings\<username>\Application Data\Bazaar\2.0\plugins``.
72
 
 
73
 
One can additionally override the personal plugins location
74
 
by setting the environment variable ``BZR_PLUGIN_PATH``
75
 
to a directory that contains plugins.
 
59
If you have the necessary permissions, plugins can also be installed on a
 
60
system-wide basis.  One can additionally override the personal plugins
 
61
location by setting the environment variable ``BZR_PLUGIN_PATH`` (see `User
 
62
Reference <../user-reference/bzr_man.html#bzr-plugin-path>`_ for a detailed
 
63
explanation).
76
64
 
77
65
Listing the installed plugins
78
66
-----------------------------