Report windows paths in their original case
See original GitHub issueEnvironment
- 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: https://github.com/pypa/pip/pull/4770, https://github.com/pypa/pip/issues/6582. Admittedly a minor cosmetic point, though.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Specifying paths to external items in a paginated report
In Report Builder, paths to items must specify items on a report server. Paths to items on a file system are not supported....
Read more >How can I obtain the case-sensitive path on Windows?
Here is a solution that worked for me to move files between Windows and a server using case sensitive paths. It walks down...
Read more >Robot Framework User Guide
The official RPA support was added in Robot Framework 3.1. ... it processes the data, executes test cases and generates logs and reports....
Read more >Project rebuild checks file paths in uppercase, leading to case ...
When the issue is present, it can be worked around by manually re-creating the entire file path via File Explorer or other native...
Read more >Windows - path case sensitivity · Issue #4644 · facebook/jest
Do you want to request a feature or report a bug? Bug What is the current behavior? Running jest -o and jest --watch...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure, go ahead and investigate. Note that we currently have two metadata backends that we switch between depending on the Python version, and the behaviour may be slightly different around this. (I’m not sure if this is related, but keep in mind if it is.)
@cjerdonek
Sure, here is the issue #6894.