This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients brian.curtin, carljm, loewis, vinay.sajip
Date 2012-06-06.03:23:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338952995.87.0.980800482386.issue15011@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch, originally written by Van Lindberg*, which changes Python's layout on Windows to more match all of the other operating systems we support. This patch starts by changing the layout of virtual environments, so the venv module creates an environment with the same layout you'd find on Linux. The most visible change is the Scripts folder becoming bin, and there are changes to capitalization of folders to match that of Linux as well.

If this is acceptable I can do the Windows installer change to have the installed layout follow what's in this patch.


* Van asked me to take this on for him. I will make sure he has a contributor agreement on file.
History
Date User Action Args
2012-06-06 03:23:16brian.curtinsetrecipients: + brian.curtin, loewis, vinay.sajip, carljm
2012-06-06 03:23:15brian.curtinsetmessageid: <1338952995.87.0.980800482386.issue15011@psf.upfronthosting.co.za>
2012-06-06 03:23:14brian.curtinlinkissue15011 messages
2012-06-06 03:23:14brian.curtincreate