File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -138,4 +138,7 @@ RUN set -ex; \
138
138
\) -exec rm -rf '{}' +; \
139
139
rm -f get-pip.py
140
140
141
+ RUN echo -e "Current Python version is $( python -V ) \n (found in $( which python ))." && \
142
+ echo -e "Current PIP version is $( pip -V ) \n (found in $( which pip ))."
143
+
141
144
CMD ["python3" ]
Original file line number Diff line number Diff line change @@ -138,4 +138,7 @@ RUN set -ex; \
138
138
\) -exec rm -rf '{}' +; \
139
139
rm -f get-pip.py
140
140
141
+ RUN echo -e "Current Python version is $( python -V ) \n (found in $( which python ))." && \
142
+ echo -e "Current PIP version is $( pip -V ) \n (found in $( which pip ))."
143
+
141
144
CMD ["python3" ]
Original file line number Diff line number Diff line change @@ -138,4 +138,7 @@ RUN set -ex; \
138
138
\) -exec rm -rf '{}' +; \
139
139
rm -f get-pip.py
140
140
141
+ RUN echo -e "Current Python version is $( python -V ) \n (found in $( which python ))." && \
142
+ echo -e "Current PIP version is $( pip -V ) \n (found in $( which pip ))."
143
+
141
144
CMD ["python3" ]
Original file line number Diff line number Diff line change @@ -138,4 +138,7 @@ RUN set -ex; \
138
138
\) -exec rm -rf '{}' +; \
139
139
rm -f get-pip.py
140
140
141
+ RUN echo -e "Current Python version is $( python -V ) \n (found in $( which python ))." && \
142
+ echo -e "Current PIP version is $( pip -V ) \n (found in $( which pip ))."
143
+
141
144
CMD ["python3" ]
Original file line number Diff line number Diff line change @@ -138,4 +138,7 @@ RUN set -ex; \
138
138
\) -exec rm -rf '{}' +; \
139
139
rm -f get-pip.py
140
140
141
+ RUN echo -e "Current Python version is $( python -V ) \n (found in $( which python ))." && \
142
+ echo -e "Current PIP version is $( pip -V ) \n (found in $( which pip ))."
143
+
141
144
CMD ["python3" ]
You can’t perform that action at this time.
0 commit comments