mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
72bbd6206a
I believe `passenv=HOME` is no (or no longer?) necessary, as pipenv will use the virtualenv it is running in. In addition this adds a recommendation to add `--ignore-pipfile` to `pipenv install`, to protect the locked dependency set from accidental changes.