File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ RUN wget https://storage.googleapis.com/python-interpreters/latest/interpreter-3
2828
2929# Add Google-built interpreters to the path
3030ENV PATH /opt/python3.7/bin:/opt/python3.6/bin:/opt/python3.5/bin:/opt/python3.4/bin:$PATH
31- RUN update-alternatives --install /usr/local/bin/python3 python3 /opt/python3.6 /bin/python3.6 50 && \
32- update-alternatives --install /usr/local/bin/pip3 pip3 /opt/python3.6 /bin/pip3.6 50
31+ RUN update-alternatives --install /usr/local/bin/python3 python3 /opt/python3.7 /bin/python3.7 50 && \
32+ update-alternatives --install /usr/local/bin/pip3 pip3 /opt/python3.7 /bin/pip3.7 50
3333
3434# Upgrade pip (debian package version tends to run a few version behind) and
3535# install virtualenv system-wide.
You can’t perform that action at this time.
0 commit comments