File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ set_pyenv()
18
18
export PATH=" $PYENV_ROOT /bin:$PATH "
19
19
eval " $( pyenv init --path) "
20
20
eval " $( pyenv init -) "
21
- pyenv install -s ' 3.10.5 '
22
- pyenv global ' 3.10.5 '
21
+ pyenv install -s ' 3.11.4 '
22
+ pyenv global ' 3.11.4 '
23
23
eval " $( pyenv init -) "
24
24
pip install --upgrade ' pip'
25
25
local pip_installs=(
Original file line number Diff line number Diff line change @@ -72,21 +72,21 @@ cd ${DIR_NAME}
72
72
# ## --------------------------------------------
73
73
74
74
cd ${HOME}
75
- # # # apt
76
- # if [ "$INSTALL_MODE" = "$install_apt" ] || [ "$INSTALL_MODE" = "$install_linuxbrew" ] ; then
77
- # set_apt
78
- # fi
75
+ # # apt
76
+ if [ " $INSTALL_MODE " = " $install_apt " ] || [ " $INSTALL_MODE " = " $install_linuxbrew " ] ; then
77
+ set_apt
78
+ fi
79
79
80
- # ## brew
81
- # if [ "$INSTALL_MODE" = "$install_mac" ] || [ "$INSTALL_MODE" = "$install_linuxbrew" ] ; then
82
- # set_brew
83
- # fi
84
- # ## -------------------------------------------
80
+ # # brew
81
+ if [ " $INSTALL_MODE " = " $install_mac " ] || [ " $INSTALL_MODE " = " $install_linuxbrew " ] ; then
82
+ set_brew
83
+ fi
84
+ # # -------------------------------------------
85
85
86
86
87
87
# ## Python
88
- # set_pyenv
89
- # set_pipenv
88
+ set_pyenv
89
+ set_pipenv
90
90
# set_poetry
91
91
92
92
# ## fish
You can’t perform that action at this time.
0 commit comments