Skip to content

Commit

Permalink
distutils: install layout as posix
Browse files Browse the repository at this point in the history
Co-authored-by: Naveen M K <naveen521kk@gmail.com>
  • Loading branch information
2 people authored and lazka committed Jul 19, 2023
1 parent c2e9af5 commit 5e82de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/distutils/command/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
INSTALL_SCHEMES['nt_user'] = {
'purelib': '$usersite',
'platlib': '$usersite',
'headers': '$userbase/Python$py_version_nodot/Include/$dist_name',
'scripts': '$userbase/Python$py_version_nodot/Scripts',
'headers': '$userbase/include/python$py_version_short$abiflags/$dist_name',
'scripts': '$userbase/bin',
'data' : '$userbase',
}

Expand Down

0 comments on commit 5e82de4

Please sign in to comment.