pipenv

Simple and unified Python development workflow. Manages packages and the virtual environment for a project. More information: <https://pypi.org/project/pipenv>.

Debian Debian
RUN apt-get update && \ apt-get install -y pipenv
Ubuntu
RUN apt-get update && \ apt-get install -y pipenv
Arch Arch Linux
RUN pacman -S --noconfirm pipenv
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y pipenv
Fedora
RUN dnf install -y pipenv
click the source code to copy install pipenv on any operating system with command-not-found.com