Skip to content

Commit 574b385

Browse files
Alexpuxnaveen521kk
authored andcommitted
distutils: install layout as posix
Co-authored-by: Naveen M K <[email protected]>
1 parent 2f7362b commit 574b385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/distutils/command/install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
INSTALL_SCHEMES['nt_user'] = {
7373
'purelib': '$usersite',
7474
'platlib': '$usersite',
75-
'headers': '$userbase/Python$py_version_nodot/Include/$dist_name',
76-
'scripts': '$userbase/Python$py_version_nodot/Scripts',
75+
'headers': '$userbase/include/python$py_version_short$abiflags/$dist_name',
76+
'scripts': '$userbase/bin',
7777
'data' : '$userbase',
7878
}
7979

0 commit comments

Comments
 (0)