retry python 3.10
This commit is contained in:
parent
4e345a0578
commit
edbd07fb14
|
|
@ -14,8 +14,15 @@ network_check
|
||||||
update_os
|
update_os
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt remove -y python3.13
|
$STD apt install -y git
|
||||||
$STD apt-get install -y python3.10
|
$STD curl https://pyenv.run | bash
|
||||||
|
$STD echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc
|
||||||
|
$STD echo 'command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
|
||||||
|
$STD echo 'eval "$(pyenv init -)"' >> ~/.bashrc
|
||||||
|
$STD source ~/.bashrc
|
||||||
|
$STD pyenv install 3.10.19
|
||||||
|
$STD pyenv global 3.10.19
|
||||||
|
|
||||||
$STD apt install -y python3-lxml
|
$STD apt install -y python3-lxml
|
||||||
$STD apt install -y python3-ldap
|
$STD apt install -y python3-ldap
|
||||||
$STD apt install -y python3-xlwt
|
$STD apt install -y python3-xlwt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user