From 1ef9015821376b1a62ba1710c8c27ab9a4178823 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Tue, 14 May 2024 11:50:09 +0200 Subject: [PATCH] grammar --- admin-guide/configuration/python.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin-guide/configuration/python.md b/admin-guide/configuration/python.md index ba018afd..0336eb54 100644 --- a/admin-guide/configuration/python.md +++ b/admin-guide/configuration/python.md @@ -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