Skip to content

Commit

Permalink
[full] Python: No longer install deprecated Python 2 (Pyenv)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankeromnes committed Dec 9, 2020
1 parent d1f889e commit dadb39f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,8 @@ RUN curl -fsSL https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-ins
echo 'eval "$(pyenv init -)"'; \
echo 'eval "$(pyenv virtualenv-init -)"'; } >> /home/gitpod/.bashrc.d/60-python \
&& pyenv update \
&& pyenv install 2.7.18 \
&& pyenv install 3.8.6 \
&& pyenv global 3.8.6 2.7.18 \
&& python2 -m pip install --upgrade pip \
&& pyenv global 3.8.6 \
&& python3 -m pip install --upgrade pip \
&& python3 -m pip install --upgrade \
setuptools wheel virtualenv pipenv pylint rope flake8 \
Expand Down

0 comments on commit dadb39f

Please sign in to comment.