Skip to content

pip freeze is not case sensitive on a mac with default filesystem #2795

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

Closed
lenzai opened this issue May 19, 2015 · 1 comment
Closed

pip freeze is not case sensitive on a mac with default filesystem #2795

lenzai opened this issue May 19, 2015 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation C: freeze 'pip freeze' related

Comments

@lenzai
Copy link

lenzai commented May 19, 2015

I am working on 2 machines

  • mac with Yosemite.
  • pc with Archlinux.

The linux machine will sort dependencies using case sensitive package order ( i.e. upper case > lower case)

The Mac will sort case insensitive package order.

This is creating unnecessary noise when doing :

pip freeze > requirements.txt
git diff
@xavfernandez
Copy link
Member

Linked to #1602 solved by #1605 in 93521d7

@xavfernandez xavfernandez added the C: freeze 'pip freeze' related label Oct 8, 2015
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation C: freeze 'pip freeze' related
Projects
None yet
Development

No branches or pull requests

2 participants