Skip to content

Commit

Permalink
bpo-32910: Remove implementation detail in venv documentation. (GH-14968
Browse files Browse the repository at this point in the history
)
  • Loading branch information
d3r3kk authored and zooba committed Jul 26, 2019
1 parent 9d9893a commit 91e4957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Doc/using/venv-create.inc
Expand Up @@ -123,10 +123,8 @@ installed in a virtual environment should be runnable without activating it,
and run with the virtual environment's Python automatically.

You can deactivate a virtual environment by typing "deactivate" in your shell.
The exact mechanism is platform-specific: for example, the Bash activation
script defines a "deactivate" function, whereas on Windows there are separate
scripts called ``deactivate.bat`` and ``Deactivate.ps1`` which are installed
when the virtual environment is created.
The exact mechanism is platform-specific and is an internal implementation
detail (typically a script or shell function will be used).

.. versionadded:: 3.4
``fish`` and ``csh`` activation scripts.
Expand Down
@@ -0,0 +1 @@
Remove implementation-specific behaviour of how venv's Deactivate works.

0 comments on commit 91e4957

Please sign in to comment.