Python 3.9 : Install |
Install Python 3.9. | |
| [1] | Install Python 3.9. |
[root@dlp ~]# [root@dlp ~]# dnf -y install python3 python3 -V Python 3.9.10 # 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.9.10 (main, Feb 9 2022, 00:00:00) [GCC 11.2.1 20220127 (Red Hat 11.2.1-9)] |
No comments:
Post a Comment