Environment Configuration
Before performing the installation, you need to install the dependent components of the required version.
Install system dependencies.
1 2 3 4 | dnf install -y \ --setopt=install_weak_deps=False \ --setopt=tsflags=nodocs \ python3-pip |
Parent topic: Installation Preparations