-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
OS: windowsWindows specificWindows specifichelp wantedFor requesting inputs from other members of the communityFor requesting inputs from other members of the communitytype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Description
Environment
- pip version: 19.2.1
- Python version: 3.7
- OS: Windows
Description
On Windows; pip reports certain paths after lowercasing them.
Expected behavior
Paths should be reported in their original case.
How to Reproduce
pip install setuptools
Output
Requirement already satisfied: setuptools in c:\users\my user name\miniconda3\lib\site-packages (41.0.1)
but the following would be nicer:
Requirement already satisfied: setuptools in C:\Users\My User Name\miniconda3\lib\site-packages (41.0.1)
Similar issues: #4770, #6582. Admittedly a minor cosmetic point, though.
Metadata
Metadata
Assignees
Labels
OS: windowsWindows specificWindows specifichelp wantedFor requesting inputs from other members of the communityFor requesting inputs from other members of the communitytype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior