[PYTHON] Location of pip.ini (pip.conf) on Windows 10

If you do a pip list with pip 9.0.1 or later, something will come out.

$ pip list
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.

As written, you can create pip.conf and set it, but I don't know where to put it in the first place. I can find some by google, but unfortunately I can't find any information about the Windows environment. In conclusion, it is recognized that you create a folder named "pip" in% APPDATA% and place it with the name "pip.ini".

%APPDATA%\pip\pip.ini


[list]
format=columns

Recommended Posts

Location of pip.ini (pip.conf) on Windows 10
Python on Windows
Introduction of trac (Windows + trac 1.0.10)
Pylint on Windows Atom
Linux (WSL) on Windows
A memo of installing Chainer 1.5 for GPU on Windows
Anaconda on Windows Terminal
Install Anaconda on Windows 10
python basic on windows ②
Install python on windows
Install pycuda on Windows10
Build TensorFlow on Windows
Try FEniCS on Windows!
Build XGBoost on Windows
Install pygraphviz on Windows 10
Use Ansible on Windows
Try Poerty on Windows
Install Chainer 1.5.0 on Windows
Use QuTiP on Windows
Use pip on Windows
Using Docker (Hyper-V) with PyCharm on Windows 10 (as of August 2017)
Until the start of the django tutorial with pycharm on Windows
Memo of Linux environment construction using VirtualBox + Vagrant on Windows 10
Install Numpy on virtualenv on Windows
Set-enable Python virtualenv on Windows
Run Jupyter on Ubuntu on Windows
Run Openpose on Python (Windows)
Implementation of MathJax on Sphinx
Install watchdog on Windows + Python 3.3
Install Win-Kex (kali-linux) on Windows 10.
Before trying Veriloggen on Windows
Install cvxpy on windows, Anaconda
Python + Kivy development on Windows
Prepare Chainer environment on Windows
Try using OpenCV on Windows
F2py on Miniconda for Windows
Sphinx-autobuild (0.5.2) on Windows7, Python 3.5.1, Sphinx 1.3.5
Make Cython available on Windows.
Fastest Python installation on Windows
Operate ubuntu on VScode (windows10)
Build Python environment on Windows
Dual boot of Windows10, CentOS
Django environment development on Windows 10
Install Chainer 1.6 (GPU) on Windows 7.
Build python environment on windows
Set up Polyglot on Windows
Linux on Windows -1-: debian introduction
I ran python on windows
[Tensorflow] Tensorflow environment construction on Windows 10
Notes on installing Anaconda 3 on Windows
[Python] [Chainer] [Windows] Install Chainer on Windows
Use Python on Windows (PyCharm)
Run Jupyter Notebook on windows
Use Linux on Windows 10 (WSL2)
Blogging with Pelican on Windows
A memo that reproduces the slide show (gadget) of Windows 7 on Windows 10.
Example of building python development environment on windows (wsl2, vscode, pipenv)
[Windows] A story of a beginner who stumbles on Anaconda's PATH setting.
Environment construction of TensorFlow + JupyterNotebook + Matplotlib on Windows version Anaconda (August 2017 version)