Skip to content

Instantly share code, notes, and snippets.

@ElonGame
Forked from huynle/pip.conf
Created May 15, 2025 02:43
Show Gist options
  • Select an option

  • Save ElonGame/9b490aca3ea1ea0a17e8ff82acf2b4a0 to your computer and use it in GitHub Desktop.

Select an option

Save ElonGame/9b490aca3ea1ea0a17e8ff82acf2b4a0 to your computer and use it in GitHub Desktop.
pip.ini (Windows) or pip.conf (unix) for proxy
[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