Loading
Bug 1662381 - Don't let pipenv initialize the virtualenv with packages from...
Bug 1662381 - Don't let pipenv initialize the virtualenv with packages from pypi. r=rstewart,ahal a=RyanVM By setting PIP_NO_INDEX when running pipenv, we make it populate the virtualenv with the in-tree wheels for e.g. pip and setuptools, instead of whatever happens to be the latest version the day pipenv runs. This makes it match what we already do for other virtualenvs (with --no-download in VirtualenvManager.create). Differential Revision: https://phabricator.services.mozilla.com/D89107