Skip to content
Snippets Groups Projects

Python Addition

Merged SAM CARPENTER requested to merge SAM.CARPENTER-master-patch-52953 into master
+ 2
2
@@ -43,9 +43,9 @@ RUN pipx ensurepath
ENV PATH="$PATH:/root/.local/bin"
RUN pipx install awscli
RUN apt-get install -y python3
#RUN apt-get install -y python3
RUN python3 --version
#RUN python3 --version
# set 'python' command to refer to python3
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
Loading