From 5b92d98cad25b20d5295a209f2205e82dcfbd4f9 Mon Sep 17 00:00:00 2001 From: Nicolas Gibaud Date: Mon, 17 Jul 2023 14:02:36 +0200 Subject: [PATCH] fix: remove overwriting of python 2 --- corretto-emr-dbs-universal-pyspark/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/corretto-emr-dbs-universal-pyspark/Dockerfile b/corretto-emr-dbs-universal-pyspark/Dockerfile index 5c7a6ed..9d3fefc 100644 --- a/corretto-emr-dbs-universal-pyspark/Dockerfile +++ b/corretto-emr-dbs-universal-pyspark/Dockerfile @@ -44,7 +44,6 @@ RUN curl -kLs \ # Set the PYTHON_MICRO_VERSION version of Python as system Python # This is what is used by AWS EMR RUN cp -f /usr/bin/python${PYTHON_MINOR_VERSION} /usr/bin/python3 && \ - cp -f /usr/bin/python${PYTHON_MINOR_VERSION} /usr/bin/python && \ python3 --version # Install a virtual environment in /databricks/python3