Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to override default PyPI index URLs with PyPI mirror URLs #2281

Merged
merged 1 commit into from
Jun 8, 2018

Commits on Jun 7, 2018

  1. Add support for PyPI mirrors

    Adds support for the --pypi-mirror command line parameter and the
    PIPENV_PYPI_MIRROR environment variable for most pipenv operations.
    This permits pipenv to function without pypi.org, which is necessary for
    users:
    
        1. behind restrictive networks
        2. facing strict artifact sourcing policies
        3. experiencing poor performance connecting to pypi.org
        4. who've configured a local cache for performance reasons
    
    When specified, the value of this parameter replaces all instances of
    pypi.org and pypi.python.org within pipenv operations without modifying
    or requring the modification of Pipfiles.
    
    - Resolves pypa#2075
    JacobHenner committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    af91eb6 View commit details
    Browse the repository at this point in the history