gh-94214: Add venv context.lib_path and document the context (GH-94221)

This commit is contained in:
Paul Moore 2022-06-26 17:49:03 +01:00 committed by GitHub
parent bb8b931385
commit aedb5194d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 0 deletions

View file

@ -138,6 +138,7 @@ class EnvBuilder:
context.inc_path = incpath
create_if_needed(incpath)
context.lib_path = libpath
create_if_needed(libpath)
# Issue 21197: create lib64 as a symlink to lib on 64-bit non-OS X POSIX
if ((sys.maxsize > 2**32) and (os.name == 'posix') and