Skip to content

Commit e50b1b0

Browse files
committed
[full] Python: No longer install deprecated Python 2 (Pyenv)
1 parent 57ff1a3 commit e50b1b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

full/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,8 @@ RUN curl -fsSL https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-ins
213213
echo 'eval "$(pyenv init -)"'; \
214214
echo 'eval "$(pyenv virtualenv-init -)"'; } >> /home/gitpod/.bashrc.d/60-python \
215215
&& pyenv update \
216-
&& pyenv install 2.7.18 \
217216
&& pyenv install 3.8.6 \
218-
&& pyenv global 3.8.6 2.7.18 \
219-
&& python2 -m pip install --upgrade pip \
217+
&& pyenv global 3.8.6 \
220218
&& python3 -m pip install --upgrade pip \
221219
&& python3 -m pip install --upgrade \
222220
setuptools wheel virtualenv pipenv pylint rope flake8 \

0 commit comments

Comments
 (0)