Skip to content

Commit

Permalink
fix(docker): remove symbolic links for Python and pip
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Oct 9, 2023
1 parent 4541077 commit 3cbdc18
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ RUN apt-get update --fix-missing \
&& apt-get autoremove -y \
&& apt-get clean -y

# Create symbolic links for Python and pip
RUN ln -sf /usr/bin/`{{ python_command }}` /usr/bin/python \
{%- if python_command != "python3" %} && ln -sf /usr/bin/`{{ python_command }}` /usr/bin/python3 \{%- endif %}
&& ln -sf /usr/bin/pip3 /usr/bin/pip

# Sets Python environment variables
ENV PIP_DEFAULT_TIMEOUT 100
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down

0 comments on commit 3cbdc18

Please sign in to comment.