pipenv
Simple and unified Python development workflow. Manages packages and the virtual environment for a project. More information: <https://pypi.org/project/pipenv>.
RUN apt-get update && \
apt-get install -y pipenv
RUN apt-get update && \
apt-get install -y pipenv
RUN pacman -S --noconfirm pipenv
RUN apt-get update && \
apt-get install -y pipenv
RUN dnf install -y pipenv