Skip to content

Commit 5e82de4

Browse files
Alexpuxnaveen521kk
authored andcommitted
distutils: install layout as posix
Co-authored-by: Naveen M K <naveen521kk@gmail.com>
1 parent c2e9af5 commit 5e82de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/distutils/command/install.py

+2-2
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)