added python3.12 install
This commit is contained in:
parent
f17d274e05
commit
ea2dd4acd3
7
install-python312.sh
Executable file
7
install-python312.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
dnf install -y python3.12 python3.12-pip python3.12-devel python3.12-setuptools
|
||||||
|
|
||||||
|
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1
|
||||||
|
update-alternatives --install /usr/bin/pip3 pip3 /usr/bin/pip3.12 1
|
||||||
|
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3.12 1
|
Loading…
Reference in New Issue
Block a user