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 70597e8 commit 02aaaf9Copy full SHA for 02aaaf9
python/python/Dockerfile.python
@@ -27,7 +27,8 @@ RUN cd "/tmp" \
27
&& make -j "$(nproc)" \
28
&& make altinstall
29
30
-RUN ln -s /usr/local/bin/python${PYTHON_VERSION} /usr/local/bin/python \
+RUN ln -s /usr/local/bin/python${PYTHON_VERSION} /usr/local/bin/python3 \
31
+ && ln -s /usr/local/bin/python3 /usr/local/bin/python \
32
&& ln -s /usr/local/bin/pip${PYTHON_VERSION} /usr/local/bin/pip
33
34
# We create the virtual environment in the home directory in the Dockerfile
0 commit comments