pyvenv-3.7
Version 3.7 of the Python interpreter
RUN apt-get update && \
apt-get install -y python3.7-venv
RUN apt-get update && \
apt-get install -y python3.7-venv
RUN apk add python
RUN pacman -S --noconfirm python
RUN apt-get update && \
apt-get install -y python3.7-venv
RUN yum install -y python
RUN dnf install -y python3
RUN apt-get update && \
apt-get install -y python