Skip to content

Commit

Permalink
chore(query): pyenv to 3.9 (#15511)
Browse files Browse the repository at this point in the history
* feat(query): ensure git is installed in pyenv

* refactor(query): pyenv to 3.9
  • Loading branch information
sundy-li authored May 13, 2024
1 parent c708534 commit fcbdce8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/setup/dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fcbdce8

Please sign in to comment.