Skip to content

Commit 2b0eef2

Browse files
committed
linux: proper path to python executable in JSON
1 parent d8177b8 commit 2b0eef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-linux/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ def build_cpython(client, image, platform, optimized=False):
624624
'arch': 'x86_64',
625625
'python_flavor': 'cpython',
626626
'python_version': DOWNLOADS['cpython-3.7']['version'],
627-
'python_exe': 'install/bin/python',
627+
'python_exe': 'install/bin/python3.7',
628628
'python_include': 'install/include/python3.7m',
629629
'python_stdlib': 'install/lib/python3.7',
630630
'build_info': python_build_info(container, config_c_in,

0 commit comments

Comments
 (0)