diff options
| author | yum <yum.food.vr@gmail.com> | 2022-12-16 17:38:27 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-12-16 17:42:03 -0800 |
| commit | b6a68f2569243cae224d7be8b02e2408aeaae699 (patch) | |
| tree | f3dfc48154f15939cfe848ac5653f249d7c966b7 /Python/python311._pth | |
| parent | 00e1f1ac9f25d2ec346a09a6c6372fd93d404633 (diff) | |
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.
Diffstat (limited to 'Python/python311._pth')
| -rw-r--r-- | Python/python311._pth | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
