question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pipenv doesn't respect pip.conf

See original GitHub issue

I’m using devpi as a private pypi repository where I can proxy cache pypi packages and add my own in-house packages.

My pip.conf looks like the following:

[global]
index_url = https://pypi.priv.xxx/prod/+simple/
[search]
index = https://pypi.priv.xxx/prod/

Couldn’t find another issue mentioning this problem.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:29
  • Comments:22 (5 by maintainers)

github_iconTop GitHub Comments

59reactions
kennethreitzcommented, Oct 8, 2017

These entries need to go into your Pipfile.

43reactions
dAnjoucommented, Oct 20, 2017

These entries may contain credentials which certainly won’t go into the Pipfile which is supposed to go into the project repo.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Frequently Encountered Pipenv Problems - Read the Docs
☤ Pipenv does not respect pyenv's global and local Python versions. Pipenv by default uses the Python it is installed against to create...
Read more >
pipenv Documentation - Read the Docs
Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the. Python...
Read more >
Virtualenv specific pip config files - Stack Overflow
I need to use different pip config files depending on which project I'm currently working on. Each project pulls from a separate pypi...
Read more >
Pipenv: Python Dev Workflow for Humans — pipenv 2022.12 ...
Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, ... Automatically generates a Pipfile ,...
Read more >
pipenv Changelog - PyUp.io
Very similar to pip's configuration; adds a towncrier new's type ``process`` ... Fix a bug that ``pipenv run`` doesn't set environment variables correctly....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found