mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
add PIPENV_INSTALL_TIMEOUT to envar index
This commit is contained in:
@@ -364,6 +364,9 @@ will detect it.
|
||||
- ``PIPENV_TIMEOUT`` — Set to an integer for the max number of seconds Pipenv will
|
||||
wait for virtualenv creation to complete. Defaults to 120 seconds.
|
||||
|
||||
- ``PIPENV_INSTALL_TIMEOUT`` — Set to an integer for the max number of seconds Pipenv will wait
|
||||
for package installation before timing out. Defaults to 900 seconds.
|
||||
|
||||
- ``PIPENV_IGNORE_VIRTUALENVS`` — Set to disable automatically using an activated virtualenv over
|
||||
the current project's own virtual environment.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user