Skip to content

Commit 119b4c4

Browse files
authored
Update .gitpod.Dockerfile
1 parent 9fc289a commit 119b4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN sudo apt-get -q update && sudo apt-get install -y shellcheck tox python3-sph
1212
ENV PATH=$PATH:/home/gitpod/.local/bin
1313

1414
# setup the gitpod bundled python
15-
RUN /home/gitpod/.pyenv/versions/2.7.*/bin/python2 -m pip install --upgrade pip
15+
# RUN /home/gitpod/.pyenv/versions/2.7.*/bin/python2 -m pip install --upgrade pip
1616
RUN /home/gitpod/.pyenv/versions/3.8.*/bin/python3 -m pip install --upgrade pip
1717

1818
# additional python versions

0 commit comments

Comments
 (0)