From fcbdce80673c3569ba8c94cdb10f6534344364b9 Mon Sep 17 00:00:00 2001 From: sundyli <543950155@qq.com> Date: Tue, 14 May 2024 00:16:32 +0800 Subject: [PATCH] chore(query): pyenv to 3.9 (#15511) * feat(query): ensure git is installed in pyenv * refactor(query): pyenv to 3.9 --- scripts/setup/dev_setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/setup/dev_setup.sh b/scripts/setup/dev_setup.sh index 8e155c846cebb..17be3c1c69762 100755 --- a/scripts/setup/dev_setup.sh +++ b/scripts/setup/dev_setup.sh @@ -154,9 +154,9 @@ function install_python3 { # Source the profile to apply changes to the current session source $HOME/.profile - # install python3.12 - pyenv install 3.12.2 - pyenv global 3.12.2 + # install python3.9 + pyenv install 3.9 + pyenv global 3.9 } function install_openssl {