There was an error while loading. Please reload this page.
site.getsitepackages()
1 parent fcf0a98 commit ee4bd4aCopy full SHA for ee4bd4a
1 file changed
Doc/library/site.rst
@@ -453,9 +453,10 @@ Module contents
453
454
Return a list containing all global site-packages directories.
455
456
- For each directory present in *prefixes* (or :data:`PREFIXES` if *prefixes*
457
- is ``None``), this function will find its site-packages subdirectory
458
- depending on the system environment, and will return a list of full paths.
+ For each directory given in *prefixes* (or :data:`PREFIXES` if *prefixes*
+ is ``None``), this function will compute its site-packages subdirectory
+ depending on the system environment, and will return a list of full paths,
459
+ which are not checked for existence.
460
461
.. versionadded:: 3.2
462
0 commit comments