tl;dr
Forcing means for people whose Pipfile.lock
does not end indefinitely
Also, for people who do not have to strictly manage dependencies
$ export PIPENV_SKIP_LOCK=true
If you hit this, Pipfile.lock
will not be generated.
It's tedious to hit each time, so write it in ~ / .bashrc
.