airportasfen.blogg.se

Linux install python 3.6 not 3.7
Linux install python 3.6 not 3.7











linux install python 3.6 not 3.7

1 root root 32 Jul 2 19:01 /usr/bin/python3.6m -> /usr/libexec/platform-python3.6m 1 root root 31 Jul 2 19:01 /usr/bin/python3.6 -> /usr/libexec/platform-python3.6 1 root root 25 Jul 16 11:53 /usr/bin/python3 -> /etc/alternatives/python3 To list all available versions of Python, run the command below ls -alh1 /usr/bin/python* lrwxrwxrwx. Python2-setuptools noarch 39.0.1-13.module+el8.4.0+403+9ae17a31 appstream 641 kĬhecking Python 2.x version python2 -V Python 2.7.18 List All Available Python Versions dnf install python2 Dependencies resolved. Note that Python 2 is no longer supported. To install Python 2.7 simply execute the command below. Python3-setuptools noarch 39.2.0-6.el8 baseos 162 k To install Python 3.6 simply execute the command below dnf install python36 Dependencies resolved. To install Python 3.8 simply execute the command below dnf install python38 Dependencies resolved. Sample output Python 3.9.2 Install Python 3.8 on Rocky Linux 8 Once installed, you can always counter check the installed version of Python, if you dont already have other versions installed python3 -V Package Architecture Version Repository Size To install Python 3.9 on Rocky Linux 8, run the command below dnf install python39 Dependencies resolved. As of this writing, the default Rocky Linux 8 AppStream repository provides Python 2, Python 3.6, 3.8, and 3.9.













Linux install python 3.6 not 3.7