Created
May 3, 2018 22:25
-
-
Save huynle/e382360e15ec4bb49cda6dc5b87adf71 to your computer and use it in GitHub Desktop.
pip.ini (Windows) or pip.conf (unix) for proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
trusted-host = pypi.python.org | |
pypi.org | |
files.pythonhosted.org | |
proxy = http://[domain name]%5C[username]:[password]@[proxy address]:[proxy port] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment