I am trying to use the below pip install command, but its failing with Proxy authentication required issue. I have already configured my proxies inside my RHEL7.x Server.
Open the terminal then execute:
export http_proxy=http://username:password@proxyAddress:port
export https_proxy=https://username:password@proxyAddress:port
I try this in git bash, in Windows. I did not find a better answer with no password in a environment variable.
You could save this code, creating a ".bashrc" file in your home directory.