From b6a68f2569243cae224d7be8b02e2408aeaae699 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 16 Dec 2022 17:38:27 -0800 Subject: Document embedded venv hack Check in pip & modify embedded python to install to Lib and Lib/site-packages. Experimentally, packages may be installed with pip and do reside in Lib/site-packages. Hard to tell if this is also touching files outside the venv. --- Python/python311._pth | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Python/python311._pth') diff --git a/Python/python311._pth b/Python/python311._pth index e42d652..41e8e7e 100644 --- a/Python/python311._pth +++ b/Python/python311._pth @@ -3,3 +3,6 @@ python311.zip # Uncomment to run site.main() automatically #import site + +Lib +Lib/site-packages -- cgit v1.2.3