CentOS Stream 10
Sponsored Link

Python 3.12 : Install2025/01/29

 

Install Python.

[1] Install Python 3.12 on here.
[root@dlp ~]#
dnf -y install python3
[root@dlp ~]#
python3 -V

Python 3.12.8


# verify to create a test script

[root@dlp ~]#
echo -e "import sys\nprint(sys.version)" > python3_test.py

[root@dlp ~]#
python3 python3_test.py

3.12.8 (main, Dec 3 2024, 00:00:00) [GCC 14.2.1 20241104 (Red Hat 14.2.1-6)]
Matched Content