Cause there are some things that just don't need a file all to themselves.
And cause I can. ^_^
This is a dependency manager for python. While pip installs packages, Pipenv is a higher level tool that simplifies dependency management for common use cases.
Be sure to check out this doc for additional info for your specific system.
To do a user installation (and prevent breaking system wide packages) run:
pip install --user pipenv
To do a user installation (and prevent breaking system wide packages) run:
conda install --user pipenv