Skip to content

Commit 0cadf76

Browse files
committed
add docs for deactivate to resolve issue #12
1 parent 0cf5fc5 commit 0cadf76

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docsource/command_ref.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ Syntax::
4242

4343
If no ``environment_name`` is given the list of available environments is printed to stdout.
4444

45+
deactivate
46+
----------
47+
48+
Switch from a virtual environment to the system-installed version of Python.
49+
50+
Syntax::
51+
52+
deactivate
53+
54+
.. note::
55+
56+
This command is actually part of virtualenv, but is wrapped to provide before and after hooks, just as workon does for activate.
57+
4558
==================================
4659
Quickly Navigating to a virtualenv
4760
==================================

0 commit comments

Comments
 (0)