Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Last active August 29, 2015 14:19
Show Gist options
  • Save yuuichi-fujioka/07d41a3f3c77fa992ced to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/07d41a3f3c77fa992ced to your computer and use it in GitHub Desktop.
setting index to my pypi mirror. pip.conf should be "~/.config/pip/pip.conf". (defails: https://pip.pypa.io/en/latest/user_guide.html)
[global]
trusted-host = my.pypi.mirror
extra-index-url = http://my.pypi.mirror:8000/simple/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment