Skip to content

Commit 78094f8

Browse files
warsawscoder
andauthored
Update Lib/site.py
Co-authored-by: scoder <stefan_ml@behnel.de>
1 parent 9c53ee4 commit 78094f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ def main():
10101010
# Fix __file__ of already imported modules too.
10111011
abs_paths()
10121012

1013-
known_paths = venv(known_paths)
1013+
known_paths = venv(known_paths=set())
10141014
if ENABLE_USER_SITE is None:
10151015
ENABLE_USER_SITE = check_enableusersite()
10161016
known_paths = addusersitepackages(known_paths, defer_processing_start_files=True)

0 commit comments

Comments
 (0)