We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9c4c7 commit 1046d4aCopy full SHA for 1046d4a
python/meson.build
@@ -20,7 +20,7 @@ project(
20
'cython',
21
'cpp',
22
version: run_command(
23
- 'python3',
+ 'python',
24
'-m',
25
'setuptools_scm',
26
'--force-write-version-files',
python/pyarrow/meson.build
@@ -20,7 +20,7 @@
numpy_dep = dependency('numpy', required: false)
if not numpy_dep.found()
incdir_numpy = run_command(
- py,
[
'-c',
'''import os
0 commit comments