File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
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
You can’t perform that action at this time.
0 commit comments