-
Notifications
You must be signed in to change notification settings - Fork 3k
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
21.3: No longer looking for pip.conf in ~/Library/Application Support/pip/ #10571
Comments
21.3:
21.2.4:
Hmm... that's not the behaviour that I see. |
We explicitly have code, to ensure that we look there: pip/src/pip/_internal/utils/appdirs.py Line 35 in abec8a7
|
What's the output of |
The path difference is probably caused by different behaviour between appdirs and platformdirs? But the report confuses me even accounting for the difference; shouldn't the |
Here some pip confg debug outputs pip 21.2.4
pip 21.3
pip 21.3 checks the unix .config dir instead of the MacOS Application Support dir |
Ah fun. I'm able to reproduce this on my MacBook. Not sure how we'd test this, but I think I can whip up a patch for thisnovdr the weekend. |
Description
After upgrading to pip 21.3, it no longer read the configuration file in ~/Library/Application Support/pip/.
Expected behavior
Please read the configuration file in ~/Library/Application Support/pip/.
pip version
21.3
Python version
3.8.5
OS
macOS 11.6
How to Reproduce
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: