We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9b565 commit 5f0e5fbCopy full SHA for 5f0e5fb
docs/source/tips.rst
@@ -147,8 +147,8 @@ Clean up environments on exit
147
148
Via `Michael <https://github.com/kojiromike>`__:
149
150
-When you use a temporary virtualenv via ``mktmpenv`` or if you have
151
-a `deactivate <http://virtualenvwrapper.readthedocs.org/en/latest/plugins.html?highlight=hooks#post-deactivate>`_ hook, you have to actually run
+When you use a temporary virtualenv via ``mktmpenv`` or if you have a
+:ref:`plugins-post_deactivate` hook, you have to actually run
152
``deactivate`` to clean up the temporary environment or run the hook,
153
respectively. It's easy to forget and just exit the shell. Put the
154
following in ``~/.bash_logout`` (or your shell's equivalent file) to
0 commit comments