Skip to content

Commit

Permalink
Bump python to 3.7.7 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL authored Mar 15, 2020
1 parent 6e74409 commit a9f1ad1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,10 @@ RUN curl -fsSL https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-ins
&& { echo; \
echo 'eval "$(pyenv init -)"'; \
echo 'eval "$(pyenv virtualenv-init -)"'; } >> /home/gitpod/.bashrc.d/60-python \
&& pyenv update \
&& pyenv install 2.7.17 \
&& pyenv install 3.7.6 \
&& pyenv global 2.7.17 3.7.6 \
&& pyenv install 3.7.7 \
&& pyenv global 2.7.17 3.7.7 \
&& pip2 install --upgrade pip \
&& pip2 install virtualenv pipenv pylint rope flake8 autopep8 pep8 pylama pydocstyle bandit notebook python-language-server[all]==0.25.0 \
&& pip3 install --upgrade pip \
Expand Down

0 comments on commit a9f1ad1

Please sign in to comment.