mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-94214: Add venv context.lib_path and document the context (GH-94221)
This commit is contained in:
parent
bb8b931385
commit
aedb5194d5
3 changed files with 41 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue