File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ running from a virtual environment.
61
61
A virtual environment may be "activated" using a script in its binary directory
62
62
(``bin `` on POSIX; ``Scripts `` on Windows).
63
63
This will prepend that directory to your :envvar: `!PATH `, so that running
64
- :program: `! python ` will invoke the environment's Python interpreter
64
+ :program: `python ` will invoke the environment's Python interpreter
65
65
and you can run installed scripts without having to use their full path.
66
66
The invocation of the activation script is platform-specific
67
67
(:samp: `{ <venv> } ` must be replaced by the path to the directory
@@ -84,7 +84,7 @@ containing the virtual environment):
84
84
+-------------+------------+--------------------------------------------------+
85
85
86
86
.. versionadded :: 3.4
87
- :program: `! fish ` and :program: `! csh ` activation scripts.
87
+ :program: `fish ` and :program: `csh ` activation scripts.
88
88
89
89
.. versionadded :: 3.8
90
90
PowerShell activation scripts installed under POSIX for PowerShell Core
Original file line number Diff line number Diff line change @@ -959,7 +959,7 @@ Fix ``make regen-test-levenshtein`` for out-of-tree builds.
959
959
960
960
Don't use vendored ``libmpdec `` headers if :option: `--with-system-libmpdec `
961
961
is passed to :program: `configure `. Don't use vendored ``libexpat `` headers
962
- if :option: `--with-system-expat ` is passed to :program: `! configure `.
962
+ if :option: `--with-system-expat ` is passed to :program: `configure `.
963
963
964
964
..
965
965
You can’t perform that action at this time.
0 commit comments