Skip to content

Instantly share code, notes, and snippets.

@maqadeersaeed
Created June 12, 2023 06:37
Show Gist options
  • Save maqadeersaeed/e413bd665b76ef315b589c4807a9ed88 to your computer and use it in GitHub Desktop.
Save maqadeersaeed/e413bd665b76ef315b589c4807a9ed88 to your computer and use it in GitHub Desktop.
Python Proxy Settings
Open pip.ini file from:
%APPDATA%\pip\pip.ini
Set
---------------------
[global]
trusted-host = pypi.python.org
pypi.org
files.pythonhosted.org
proxy = http://<<username>>:<<password>>@<<hostname>>:<<port>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment