[
https://issues.apache.org/jira/browse/ARROW-13759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-13759.
------------------------------------
Fix Version/s: 6.0.0
Resolution: Fixed
Issue resolved by pull request 11002
[https://github.com/apache/arrow/pull/11002]
> [C++] Update linting and formatting scripts to specify python3 in shebang line
> ------------------------------------------------------------------------------
>
> Key: ARROW-13759
> URL: https://issues.apache.org/jira/browse/ARROW-13759
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Nic Crane
> Assignee: Nic Crane
> Priority: Trivial
> Labels: pull-request-available
> Fix For: 6.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently the script in {{cpp/build-support/run_clang_format.py}} requires
> modifying to run on any machines/environments where the shebang line
> {{#!/usr/bin/env python}} finds the system python2 instead of python3.
> Updating the shebang line to read {{python3}} instead of {{python}} would fix
> this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)