Python - cant find pip.ini or pip.conf in Windows

前端 未结 11 2132
谎友^
谎友^ 2021-01-31 07:57

I got Python 2.7.8 installed on my Win7 machine, which comes with pip already pre-installed.
I\'m successfully able to install new packages from pip and now I need to add c

11条回答
  •  Happy的楠姐
    2021-01-31 08:32

    On windows pip.exe looks for "pip.ini" in this order:

    C:\ProgramData\pip\pip.ini
    C:\Users\\pip\pip.ini
    C:\Users\\AppData\Roaming\pip\pip.ini
    

提交回复
热议问题