mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
[3.14] Fix Windows path in venv docs (GH-138476) (#138477)
Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
3643a26a01
commit
7fba07a7a9
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,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