Skip to content

Commit 769b3b8

Browse files
committed
Remove PYTHONNOUSERSITE setting
I don't remember why I set it. It doesn't seem to affect the sys.path: python -m ahkpy -c "import sys; list(map(print, sys.path))"
1 parent 2e373d1 commit 769b3b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ahkpy/launcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
def main():
1515
os.environ["PYTHONUNBUFFERED"] = "1"
16-
os.environ["PYTHONNOUSERSITE"] = "1"
1716
os.environ["PYTHONFULLPATH"] = ";".join(sys.path)
1817
os.environ["PYTHONDLL"] = python_dll_path()
1918

0 commit comments

Comments
 (0)