virtualenv-2
virtualenv is a tool to create isolated Python environments.
RUN apt-get update && \
apt-get install -y python-virtualenv
RUN apt-get update && \
apt-get install -y python-virtualenv
RUN pacman -S --noconfirm python-virtualenv
RUN apt-get update && \
apt-get install -y python-virtualenv
RUN yum install -y python-virtualenv
RUN dnf install -y python2-virtualenv
RUN apt-get update && \
apt-get install -y python-virtualenv