Skip to content

Commit

Permalink
ln -sf /opt/python/${Python_ABI}/bin/python3 /usr/bin/python
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Oct 21, 2024
1 parent 7847843 commit 079e8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/manylinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ ARG Python_ABI

# Use Python from manylinux as the default Python
ENV PATH="/opt/python/${Python_ABI}/bin:${PATH}"
RUN ln -sf /opt/python/${Python_ABI}/bin/python3 /usr/bin/python

# Build and install NCrystal
ARG NCrystal_TAG
Expand Down

0 comments on commit 079e8e5

Please sign in to comment.