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
Windows 10:
I had to create 'pip' directory inside
C:\Users\UserName\AppData\Roaming\
then create pip.ini file inside that 'pip' directory:
C:\Users\\AppData\Roaming\pip\pip.ini
No other location worked for me.