Skip to content

Instantly share code, notes, and snippets.

@orsius
Forked from bryanveloso/pip.conf
Created April 19, 2023 14:44
Show Gist options
  • Save orsius/2c6c122f5964f21108e88b9cc8a95e2a to your computer and use it in GitHub Desktop.
Save orsius/2c6c122f5964f21108e88b9cc8a95e2a to your computer and use it in GitHub Desktop.
Sample pip configuration file.
[global]
default-timeout = 60
respect-virtualenv = true
download-cache = /tmp
log-file = /tmp/pip-log.txt
[install]
find-links =
http://pypi.pinaxproject.com
http://pypi2.pinaxproject.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment