From 22cea2ca2c8ed8fc1a548734b6336139b36f3ed0 Mon Sep 17 00:00:00 2001 From: Yanqingshang Date: Wed, 21 Oct 2020 11:37:05 +0800 Subject: [PATCH] add new code configure python3.7 to python3 20201019 --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 74ab8a8a3..7a50aa969 100755 --- a/configure.py +++ b/configure.py @@ -52,7 +52,7 @@ def real_config_path(file): def setup_python(): """Get python install path.""" - default_python_bin_path = which('python3.7') + default_python_bin_path = which('python3') custom_python_bin_path = '' ask_python_bin_path = '' if default_python_bin_path: -- Gitee