Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
venv
1 parent 007bc5f commit f8d9cb1Copy full SHA for f8d9cb1
1 file changed
Doc/library/venv.rst
@@ -78,7 +78,7 @@ It also creates a :file:`bin` (or :file:`Scripts` on Windows) subdirectory
78
containing a copy or symlink of the Python executable
79
(as appropriate for the platform or arguments used at environment creation time).
80
It also creates a :file:`lib/pythonX.Y/site-packages` subdirectory
81
-(on Windows, this is :file:`Lib\site-packages`).
+(on Windows, this is :file:`Lib\\site-packages`).
82
If an existing directory is specified, it will be re-used.
83
84
.. versionchanged:: 3.5
0 commit comments