mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore)
This commit is contained in:
parent
a9076d6551
commit
17be514d0a
4 changed files with 5 additions and 4 deletions
|
@ -51,7 +51,7 @@ if HAS_USER_SITE:
|
|||
'purelib': '$usersite',
|
||||
'platlib': '$usersite',
|
||||
'headers': '$userbase/Python$py_version_nodot/Include/$dist_name',
|
||||
'scripts': '$userbase/Scripts',
|
||||
'scripts': '$userbase/Python$py_version_nodot/Scripts',
|
||||
'data' : '$userbase',
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue