jonkeane commented on a change in pull request #11795:
URL: https://github.com/apache/arrow/pull/11795#discussion_r759344613



##########
File path: ci/docker/linux-r.dockerfile
##########
@@ -46,6 +46,10 @@ COPY ci/scripts/install_minio.sh /arrow/ci/scripts/
 COPY ci/scripts/install_gcs_testbench.sh /arrow/ci/scripts/
 RUN /arrow/ci/scripts/r_docker_configure.sh
 
+# Set up Python 3 and its dependencies
+RUN ln -s /usr/bin/python3 /usr/local/bin/python && \
+    ln -s /usr/bin/pip3 /usr/local/bin/pip
+

Review comment:
       Same above, Python(3) was already installed, but it isn't on the path as 
`python` so the duckdb source install bails




-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to