We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc289a commit 119b4c4Copy full SHA for 119b4c4
.gitpod.Dockerfile
@@ -12,7 +12,7 @@ RUN sudo apt-get -q update && sudo apt-get install -y shellcheck tox python3-sph
12
ENV PATH=$PATH:/home/gitpod/.local/bin
13
14
# setup the gitpod bundled python
15
-RUN /home/gitpod/.pyenv/versions/2.7.*/bin/python2 -m pip install --upgrade pip
+# RUN /home/gitpod/.pyenv/versions/2.7.*/bin/python2 -m pip install --upgrade pip
16
RUN /home/gitpod/.pyenv/versions/3.8.*/bin/python3 -m pip install --upgrade pip
17
18
# additional python versions
0 commit comments