[PYTHON] When pip fails under proxy environment

I always look for settings under the proxy environment, and I didn't have much information about Linux, so I made a note.

environment

Described in $ HOME / .pip / pip.conf

There is also a method to set with --proxy or environment variable, but it is troublesome to write --proxy, and if it is an environment variable, it will go through even things that you do not want to go through proxy, so in the method to describe in the conf file did.

conf:$HOME/.pip/pip.conf


[global]
proxy = http://proxy server:port

$ HOME / .config / pip / pip.conf Maybe it's new to write here

Recommended Posts

When pip fails under proxy environment
Pip install (Windows) under Proxy environment
Docker under proxy environment
When pip install fails
How to use pip3 under proxy environment Note
Pip install in proxy environment
Run conda / pip / gem under NTLM authentication proxy environment
python memo pip under proxy, easy_install
A story that stumbled when using pip in a proxy environment
Quick reference table under Proxy environment
Proxy error when running "pip install"
Execution of pip command under proxy (memorial)
Use the pip command under an HTTP proxy environment that requires authentication
Settings when using Jupyter Notebook under Proxy server
Proxy settings when using pip or Jupyter Notebook
When the Spyder integrated environment fails to work
Use AWS SDK for Python (boto) under Proxy environment
Install Jupiter Notebook on Windows with pip in proxy environment
Test discovery fails when using tensorflow in vscode + pytest environment
Environment variables when using Tkinter
When moss with pip install
Python environment construction under Windows7 environment
A story that Qiita really wanted to see under a proxy environment
Build Python environment on Ubuntu (when pip is not the default)