79752122

Date: 2025-09-01 02:15:26
Score: 0.5
Natty:
Report link

pip config debug can show you the config file you're using.

My config file is at /Users/**/.config/pip/pip.conf with index-url.

env_var:
env:
global:
  /Library/Application Support/pip/pip.conf, exists: False
site:
  /Users/**/anaconda3/envs/python/pip.conf, exists: False
user:
  /Users/**/.pip/pip.conf, exists: False
  /Users/**/.config/pip/pip.conf, exists: True
    global.index-url: https://pypi.org/simple
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): can
  • Low reputation (0.5):
Posted by: Zac