Skip to content

Commit fcbdce8

Browse files
authored
chore(query): pyenv to 3.9 (#15511)
* feat(query): ensure git is installed in pyenv * refactor(query): pyenv to 3.9
1 parent c708534 commit fcbdce8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/setup/dev_setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ function install_python3 {
154154

155155
# Source the profile to apply changes to the current session
156156
source $HOME/.profile
157-
# install python3.12
158-
pyenv install 3.12.2
159-
pyenv global 3.12.2
157+
# install python3.9
158+
pyenv install 3.9
159+
pyenv global 3.9
160160
}
161161

162162
function install_openssl {

0 commit comments

Comments
 (0)