We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f9b9c commit cf6c74aCopy full SHA for cf6c74a
README.md
@@ -147,6 +147,20 @@ directory*
147
148
Python virtual environment directory. *Default: $(WORKDIR)/.venv*
149
150
+##### PIP_*
151
+
152
+Variables named starting with `PIP_` are not processed by *Makefile.venv* in
153
+any way and are passed to underlying pip calls as is. See [pip
154
+documentation](https://pip.pypa.io/en/stable/user_guide/#environment-variables)
155
+for more information.
156
157
+Use these variables to customize pip invocation, for example to provide custom
158
+package index url:
159
160
+```
161
+PIP_EXTRA_INDEX_URL="https://your.index/url"
162
163
164
165
## Samples
166
0 commit comments