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 @@ -59,7 +59,7 @@ running from a virtual environment.
59
59
A virtual environment may be "activated" using a script in its binary directory
60
60
(``bin `` on POSIX; ``Scripts `` on Windows).
61
61
This will prepend that directory to your :envvar: `!PATH `, so that running
62
- :program: `! python ` will invoke the environment's Python interpreter
62
+ :program: `python ` will invoke the environment's Python interpreter
63
63
and you can run installed scripts without having to use their full path.
64
64
The invocation of the activation script is platform-specific
65
65
(:samp: `{ <venv> } ` must be replaced by the path to the directory
@@ -82,7 +82,7 @@ containing the virtual environment):
82
82
+-------------+------------+--------------------------------------------------+
83
83
84
84
.. versionadded :: 3.4
85
- :program: `! fish ` and :program: `! csh ` activation scripts.
85
+ :program: `fish ` and :program: `csh ` activation scripts.
86
86
87
87
.. versionadded :: 3.8
88
88
PowerShell activation scripts installed under POSIX for PowerShell Core
You can’t perform that action at this time.
0 commit comments