pipenv doesn't respect pip.conf
See original GitHub issueI’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:
- Created 6 years ago
- Reactions:29
- Comments:22 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
These entries need to go into your Pipfile.
These entries may contain credentials which certainly won’t go into the Pipfile which is supposed to go into the project repo.