mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.13] Fix Windows path in venv docs (GH-138478)
(cherry picked from commit f8d9cb1407)
This commit is contained in:
parent
826d4ebfb5
commit
a62b59a96e
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ It also creates a :file:`bin` (or :file:`Scripts` on Windows) subdirectory
|
|||
containing a copy or symlink of the Python executable
|
||||
(as appropriate for the platform or arguments used at environment creation time).
|
||||
It also creates a :file:`lib/pythonX.Y/site-packages` subdirectory
|
||||
(on Windows, this is :file:`Lib\site-packages`).
|
||||
(on Windows, this is :file:`Lib\\site-packages`).
|
||||
If an existing directory is specified, it will be re-used.
|
||||
|
||||
.. versionchanged:: 3.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue