Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
91e49575
Commit
91e49575
authored
Jul 26, 2019
by
Derek Keeler
Committed by
Steve Dower
Jul 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-32910: Remove implementation detail in venv documentation. (GH-14968)
parent
9d9893a1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
Doc/using/venv-create.inc
Doc/using/venv-create.inc
+2
-4
Misc/NEWS.d/next/Documentation/2019-07-25-10-30-32.bpo-32910.caLLAe.rst
...xt/Documentation/2019-07-25-10-30-32.bpo-32910.caLLAe.rst
+1
-0
No files found.
Doc/using/venv-create.inc
View file @
91e49575
...
...
@@ -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
.
...
...
Misc/NEWS.d/next/Documentation/2019-07-25-10-30-32.bpo-32910.caLLAe.rst
0 → 100644
View file @
91e49575
Remove implementation-specific behaviour of how venv's Deactivate works.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment