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 0cf5fc5 commit 0cadf76Copy full SHA for 0cadf76
docsource/command_ref.rst
@@ -42,6 +42,19 @@ Syntax::
42
43
If no ``environment_name`` is given the list of available environments is printed to stdout.
44
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
58
==================================
59
Quickly Navigating to a virtualenv
60
0 commit comments