Skip to content

Report windows paths in their original case #6823

@anntzer

Description

@anntzer

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

No one assigned

    Labels

    OS: windowsWindows specifichelp wantedFor requesting inputs from other members of the communitytype: bugA confirmed bug or unintended behavior

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions