Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize case to improve windows path finding. #88

Closed
wants to merge 1 commit into from

Conversation

meichthys
Copy link

@meichthys meichthys commented Aug 26, 2020

This resolves #4330 on pypa/pipenv

Since pipenv v2018.11.26 pathfinding on windows was broken in certain scenarios (See #4330)
This resolves the issue by properly normalizing the path. This should not affect other platforms since os.path.normcase has no effect on other platforms.

@frostming
Copy link
Member

This fix doesn't seem correct to me. I have filed another PR #89 to address this issue, any chance if you can try it to verify?

@frostming frostming closed this Aug 27, 2020
@meichthys
Copy link
Author

@frostming Thanks for taking a look. My fix was more of a hack that worked for me, Thanks for providing a more robust solution! I've tested and it works well! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to create a new pipenv powered project on Windows
2 participants