Skip to content

Instantly share code, notes, and snippets.

@Khouli00
Created August 14, 2019 06:34
Show Gist options
  • Select an option

  • Save Khouli00/23dcbe08beb8ae0873dcbbf741f3c802 to your computer and use it in GitHub Desktop.

Select an option

Save Khouli00/23dcbe08beb8ae0873dcbbf741f3c802 to your computer and use it in GitHub Desktop.
Pipenv tips

Pipenv

Useful config

Env variable

PIPENV_PYPI_MIRROR

If set, tells pipenv to override PyPI index urls with a mirror.

Default is to not mirror PyPI, i.e. use the real one, pypi.org. The --pypi-mirror command line flag overwrites this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment