raulcd commented on code in PR #33805:
URL: https://github.com/apache/arrow/pull/33805#discussion_r1083776584


##########
ci/docker/python-wheel-manylinux.dockerfile:
##########
@@ -25,7 +25,10 @@ ARG manylinux
 ENV MANYLINUX_VERSION=${manylinux}
 
 # Install basic dependencies
-RUN yum install -y git flex curl autoconf zip perl-IPC-Cmd wget 
+RUN yum install -y git flex curl autoconf zip perl-IPC-Cmd wget
+
+ENV CPYTHON_VERSION=cp38
+ENV PATH=/opt/python/${CPYTHON_VERSION}-${CPYTHON_VERSION}/bin:${PATH}

Review Comment:
   I am not entirely sure why is this required and how does affect all the 
wheels we are generating for other Python versions. Could you share more 
details on why is this required and maybe add a comment?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to