Skip to content

Commit

Permalink
fix: remove overwriting of python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgibaud committed Jul 17, 2023
1 parent 12be4f1 commit 5b92d98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion corretto-emr-dbs-universal-pyspark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b92d98

Please sign in to comment.