You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have wish to have PIP_INDEX_URL default to pypi for our developers on their local machines, but when we run it through our CI we wish to replace the value for PIP_INDEX_URL to point to our private index (corporate).
@adriantorrie this issue is pretty old at this point, but latest pipenv has support to read from the pip.conf/pip.ini -- perhaps this would resolve this issue for the time being.
Is your feature request related to a problem? Please describe.
We have wish to have
PIP_INDEX_URL
default to pypi for our developers on their local machines, but when we run it through our CI we wish to replace the value forPIP_INDEX_URL
to point to our private index (corporate).Describe the solution you'd like
./Pipfile
Once a repo is cloned locally by a dev, the isolated python environment can be created by with a simple command:
Within a CI pipeline, the env var
PIP_INDEX_URL
will be set to the corporate package index and will "just work" as well.Describe alternatives you've considered
Local developer machine
.env
Pipfile
To install:
Additional context
Add any other context or screenshots about the feature request here. It may be a good idea to mention that platform and Python version you are on.
Please run
$ pipenv --support
, and paste the results here. Don't put backticks (`
) around it! The output already contains Markdown formatting.If you're on macOS, run the following:
If you're on Windows, run the following:
If you're on Linux, run the following:
The text was updated successfully, but these errors were encountered: