mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604)
This commit is contained in:
parent
3e21ad1a25
commit
d936a8f8e0
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ path.
|
|||
|
||||
Once a virtual environment has been created, it can be "activated" using a
|
||||
script in the virtual environment's binary directory. The invocation of the
|
||||
script is platform-specific:
|
||||
script is platform-specific (`<venv>` must be replaced by the path of the
|
||||
directory containing the virtual environment):
|
||||
|
||||
+-------------+-----------------+-----------------------------------------+
|
||||
| Platform | Shell | Command to activate virtual environment |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue