This commit is contained in:
2024-05-14 11:50:09 +02:00
parent b0e3d8e44e
commit 1ef9015821
+3 -3
View File
@@ -1,6 +1,6 @@
# Python
There are several versions of Python available from RedHat. This guide shows how you can select a specific version to be selected and used on your system.
There are several versions of Python available from RedHat. This guide shows how you can select a specific version to be used on your system.
The use of environment like [`venv`](https://docs.python.org/3/library/venv.html) or [Conda](https://docs.conda.io) is recommended if a single user needs one or multiple specific Python environments. But this is not part of this guide.
@@ -17,13 +17,13 @@ base::python::version: '3.11'
The `python` as well as the `python3` command will then link to the interpreter of given version. The same is for `pip` and `pip3`.
### RHEL8
On RHEL8 the default Python version is 3.6. Available are also
On RHEL8 the default Python version is **3.6**. Available are also
- 3.8
- 3.9
- 3.11
### RHEL9
On RHEL9 the default Python version is 3.9. Available are also
On RHEL9 the default Python version is **3.9**. Available are also
- 3.11
- 3.12