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 bb6e8d1 commit 33207f9Copy full SHA for 33207f9
.generator/Dockerfile
@@ -52,7 +52,7 @@ RUN for PYTHON_VERSION in 3.9.23 3.10.18 3.11.13 3.12.11 3.13.5; do \
52
python${PYTHON_VERSION} -m ensurepip --upgrade && \
53
PYTHON_VERSION_TRIMMED=$(echo ${PYTHON_VERSION} | cut -d . -f -2) && \
54
# Create an alias for python${PYTHON_VERSION} so that it points to python${PYTHON_VERSION_TRIMMED}
55
- alias python${PYTHON_VERSION}=${PYTHON_VERSION_TRIMMED} \
+ alias python${PYTHON_VERSION}=python${PYTHON_VERSION_TRIMMED} \
56
; done
57
58
# Test Pip
0 commit comments