Files
pipenv/news/3738.feature.rst
T
Simion Baws d259ec5327 updated docs
2019-06-02 08:57:44 +03:00

4 lines
314 B
ReStructuredText

Allow overriding PIP_EXISTS_ACTION evironment variable (value is passed to pip install).
Possible values here: https://pip.pypa.io/en/stable/reference/pip/#exists-action-option
Useful when you need to `PIP_EXISTS_ACTION=i` (ignore existing packages) - great for CI environments, where you need really fast setup.