Skip to content

Commit

Permalink
Install virtualenv in Python 3.9rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Sep 24, 2020
1 parent f4ec9d2 commit c855249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ ENV RTD_PIP_VERSION 20.0.1
ENV RTD_SETUPTOOLS_VERSION 45.1.0
RUN pyenv local $RTD_PYTHON_VERSION_39 && \
pyenv exec pip install --no-cache-dir -U pip==$RTD_PIP_VERSION && \
pyenv exec pip install --no-cache-dir -U setuptools==$RTD_SETUPTOOLS_VERSION
pyenv exec pip install --no-cache-dir -U setuptools==$RTD_SETUPTOOLS_VERSION && \
pyenv exec pip install --no-cache-dir virtualenv==$RTD_VIRTUALENV_VERSION

RUN pyenv local $RTD_PYTHON_VERSION_38 && \
pyenv exec pip install --no-cache-dir -U pip==$RTD_PIP_VERSION && \
Expand Down

0 comments on commit c855249

Please sign in to comment.