Commit 2f7d730b authored by Steve Dower's avatar Steve Dower

Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore)

parent 6ab2ebfe
...@@ -51,7 +51,7 @@ if HAS_USER_SITE: ...@@ -51,7 +51,7 @@ if HAS_USER_SITE:
'purelib': '$usersite', 'purelib': '$usersite',
'platlib': '$usersite', 'platlib': '$usersite',
'headers': '$userbase/Python$py_version_nodot/Include/$dist_name', 'headers': '$userbase/Python$py_version_nodot/Include/$dist_name',
'scripts': '$userbase/Scripts', 'scripts': '$userbase/Python$py_version_nodot/Scripts',
'data' : '$userbase', 'data' : '$userbase',
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment